in reply to Re: How to tell if a function exists?
in thread How to tell if a function exists?
Given an expression that specifies the name of a subroutine, returns true if the specified subroutine has ever been declared, even if it is undefined.OK, so exists tells me if its ever used anywhere and thus in the symbol table (even if never defined), and defined tells me if it was actually present.
--John
|
|---|