>
> Should I expect sigl to be available in the context of a ::method?
>
SIGL is only set for a transfer of control *to a label* (that is, any
SIGNAL, CALL, internal function call, or trapped condition).

To get the line number of a method's caller you can use
.Context~stackFrames[2]~line
(This assumes the method was called from Rexx code, not e. g. native code)
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to