Flow-control structures: Difference between revisions

Content added Content deleted
m (→‎signal: added another synonym for SIGNAL. -- ~~~~)
m (→‎iterate: corrected a wrong word. -- ~~~~)
Line 1,685: Line 1,685:


===iterate===
===iterate===
The '''iterate''' statement immediately transfer control to the   '''do'''   statement, that is, it (may) iterates (increments or decrements) the named REXX variable (if any) that is specified on the   '''do'''   statement.   The '''iterate''' statement can also specify which   '''do'''   loop is to be iterated of there is a named variable on the '''do''' loop.
The '''iterate''' statement immediately transfer control to the   '''do'''   statement, that is, it (may) iterates (increments or decrements) the named REXX variable (if any) that is specified on the   '''do'''   statement.   The '''iterate''' statement can also specify which   '''do'''   loop is to be iterated if there is a named variable on the '''do''' loop.


(All indentations in REXX are merely cosmetic and are used for readability.}
(All indentations in REXX are merely cosmetic and are used for readability.}