rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Need a "defined" function in Calc #619

Closed rlwhitcomb closed 11 months ago

rlwhitcomb commented 11 months ago

... to tell if a certain necessary function or constant is defined and ready for use. I particularly want to be able to tell if a library function is present and exit with an error (for instance, if "-nolib" is given, but the function is needed).