Flow-control structures: Difference between revisions

m
→‎raising conditions: added a list of some REXXes support CALL ON condition. -- ~~~~
m (Rexx Call On any -> Call on Halt)
m (→‎raising conditions: added a list of some REXXes support CALL ON condition. -- ~~~~)
Line 1,799:
Moral: don't do that.
</pre>
A note regarding the following REXXes:
A note on REXX on VM and zOS as well as ooRexx:
::* PC/REXX
<br>Three conditions allow to specify CALL On condition: ERROR, FAILURE, and HALT.
::* Personal REXX
::* R4
::* ROO
::* CMS REXX
::* TSO REXX
::* ooRexx
::* Regina REXX
<br>Three conditions allow to specify CALL OnON condition: ERROR, FAILURE, and HALT (there may be others).
 
From the corresponding condition handlers one can RETURN to the instruction
following the instruction/command where the condition was encountered.