Loops/While: Difference between revisions

m
→‎version 2, right justified: removed a blank line. -- ~~~~
m (→‎version 2, right justified: added whitespace to section comments. -- ~~~~)
m (→‎version 2, right justified: removed a blank line. -- ~~~~)
Line 1,109:
<br>
::::: '''DO WHILE x\==0'''
<br>but that isn't compliant with the wording of the task.
<lang rexx>/*REXX program demonstrates a DO WHILE construct. */
x=1024 /*define the initial value of X.*/