Loops/While: Difference between revisions

Content added Content deleted
(→‎Version 3, faster WHILE comparison: changed case of a couple of letters. -- ~~~~)
m (→‎version 2, right justified: added whitespace to section comments. -- ~~~~)
Line 1,107: Line 1,107:
===version 2, right justified===
===version 2, right justified===
Note that a faster version could be implemented with
Note that a faster version could be implemented with
<br>
<br>::::: '''DO WHILE x\==0'''
::::: '''DO WHILE x\==0'''
<br>but that isn't compliant with the wording of the task.
<br>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. */