Loops/While: Difference between revisions

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