Loops/While: Difference between revisions

Content added Content deleted
m (→‎version 2, right justified: removed a blank line. -- ~~~~)
m (→‎{{header|REXX}}: changed verb tense. -- ~~~~)
Line 1,109: Line 1,109:
<br>
<br>
::::: '''DO WHILE x\==0'''
::::: '''DO WHILE x\==0'''
but that isn't compliant with the wording of the task.
but that wouldn't be compliant with the wording of the task.
<lang rexx>/*REXX program demonstrates a DO WHILE construct. */
<lang rexx>/*REXX program demonstrates a DO WHILE construct. */
x=1024 /*define the initial value of X.*/
x=1024 /*define the initial value of X.*/