Method Program.defined()
- Method defined
stringdefined(programp)- Description
Returns a string with filename and linenumber describing where the program p was defined.
The returned string is of the format
"filename:linenumber".If it cannot be determined where the program was defined,
0(zero) will be returned.
- Method defined
stringdefined(programx,stringidentifier)- Description
Returns a string with filename and linenumber where
idenfifierin x was defined.Returns
0(zero) when no line can be found, e.g. for builtin functions.If
idenfiercan not be found in x this function returns where the program is defined.