Flow-control structures: Difference between revisions

Content added Content deleted
(→‎raising conditions: mention Call On. references under Call and Signal to be added.)
m (→‎raising conditions: fix lang tag)
Line 1,804: Line 1,804:
following the instruction/command where the condition was encountered.
following the instruction/command where the condition was encountered.
<br>A short example:
<br>A short example:
<lang>Say 'Interrupt this program after a short while'
<lang rexx>Say 'Interrupt this program after a short while'
Call on any name xxx
Call on any name xxx
Do i=1 To 10000000
Do i=1 To 10000000