#LINE
General Form:
#LINE
The #LINE function is used to return the line number in the program, that contains the currently executing statement. In immediate mode, just after a STOP, a TRAP or an error, the line number is that of the next statement that would have been executed. If the program has not been run or has been completed, i.e. there are no more statements to be executed, #LINE will return zero.
See also: