Loops/While: Difference between revisions

Content added Content deleted
m (→‎version 2, right justified: added whitespace to section comments. -- ~~~~)
m (→‎version 2, right justified: removed a blank line. -- ~~~~)
Line 1,109: Line 1,109:
<br>
<br>
::::: '''DO WHILE x\==0'''
::::: '''DO WHILE x\==0'''
<br>but that isn't compliant with the wording of the task.
but that isn't 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.*/