Loops/While: Difference between revisions

Content added Content deleted
m (→‎{{header|IWBASIC}}: re-flagged as incorrect. Please fix the code and not just remove the incorrect tag. -- ~~~~)
Line 219: Line 219:
(setq i (floor i 2)))</lang>
(setq i (floor i 2)))</lang>


==Creative Basic==
=={{header|Creative Basic}}==
{{incorrect|Creative Basic|-- <br>
* The program isn't consistent with the task's requirements (start with 1024 ...),
<br>}}
<lang Creative Basic>
<lang Creative Basic>

DEF X:UINT

X=1024

OPENCONSOLE
OPENCONSOLE


WHILE X<21
WHILE X<2024


X=X+1
X=X+1