Jump to content

Flow-control structures: Difference between revisions

m
→‎iterate: corrected a wrong word. -- ~~~~
m (→‎signal: added another synonym for SIGNAL. -- ~~~~)
m (→‎iterate: corrected a wrong word. -- ~~~~)
Line 1,685:
 
===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 ofif there is a named variable on the '''do''' loop.
 
(All indentations in REXX are merely cosmetic and are used for readability.}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.