Flow-control structures: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added a couple of notes about that some older REXXes don't support all the SIGNAL variants. -- ~~~~)
Line 1,767: Line 1,767:
A '''signal''' statement must have been issued previous to the event being triggered to enable trapping.
A '''signal''' statement must have been issued previous to the event being triggered to enable trapping.


It should be noted that some older REXXes doen't support all the '''signal''' variants.
It should be noted that some older REXXes don't support all the '''signal''' variants.


(Also, see the '''signal''' statement below.)
(Also, see the '''signal''' statement below.)