Missatge de Gilbert Barmwater <gi...@bellsouth.net> del dia dt., 9 d’abr.
2024 a les 18:02:

> I would suggest that for cases where you wish to see the exit from a
> routine or method that you add a label - perhaps end: - as the last line of
> the routine or method.
>
Rony's proposal still has merit because, in some cases, putting a label at
*every* exit point can be costly, or impractical.

And, specifically ---but I don't know whether this is possible or not--- if
the trace "Out" (love the ">O>" prefix, btw) can be triggered for an EXIT
in a code section. That unwinds the whole call stack and there is, as
far as I understand, no label mechanism that can account for that.

  Josep Maria
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to