Loops/While: Difference between revisions

→‎{{header|REXX}}: marked as incorrect (for a multitude of reasons). -- ~~~~
(→‎{{header|REXX}}: marked as incorrect (for a multitude of reasons). -- ~~~~)
Line 1,083:
=={{header|REXX}}==
===Version 1, fastest===
{{incorrect|REXX| -- The program doesn't use a ''loop'' or any looping mechanism.<br>-- Program doesn't use any type of ''while'' construct.<br>-- Program doesn't do any division (by 2).<br>-- Incorrectly named version (two version 1).<br>--Program has dead code.<br>-- Program has a syntax error.<br>-- Program author hasn't even executed the code.<br>-- Output has part of the code's comment included.<br>-- Output was just pasted from another version.<br>}}
<lang rexx>/*REXX program demonstrates
j=1024