Loops/While: Difference between revisions

m (→‎{{header|Creative Basic}}: re-re-flagged the entry as incorrect. -- ~~~~)
Line 494:
let N be N / 2;</lang>
=={{header|IWBASIC}}==
 
{{incorrect|IWBASIC|-- <br>
* The program isn't consistent with the task's requirements ( ... start with 1024 ...),
<br>}}
<lang IWBASIC>
 
DEF X:INT
 
X=1024
 
OPENCONSOLE
 
WHILE X<212024
 
X=X+1