Loops/While: Difference between revisions

m (→‎{{header|IWBASIC}}: re-flagged as incorrect. Please fix the code and not just remove the incorrect tag. -- ~~~~)
Line 219:
(setq i (floor i 2)))</lang>
 
=={{header|Creative Basic}}==
{{incorrect|Creative Basic|-- <br>
* The program isn't consistent with the task's requirements (start with 1024 ...),
<br>}}
<lang Creative Basic>
 
DEF X:UINT
 
X=1024
 
OPENCONSOLE
 
WHILE X<212024
 
X=X+1