Loops/While: Difference between revisions

m
→‎simple version: changed the version name. -- ~~~~
m (→‎version 4, index reduction: add a comment about the BY default for REXX do loops. -- ~~~~)
m (→‎simple version: changed the version name. -- ~~~~)
Line 1,082:
 
=={{header|REXX}}==
===simple version 1, simple===
<lang rexx>/*REXX program demonstrates a DO WHILE with index reduction construct.*/
j=1024 /*define the initial value of J.*/