Jump to content

Loops/While: Difference between revisions

m
→‎version 2, right justified: added whitespace to section comments. -- ~~~~
(→‎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:
===version 2, right justified===
Note that a faster version could be implemented with
<br>
<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. */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.