Loops/While: Difference between revisions

m (→‎{{header|IWBASIC}}: re-flaged (3rd time) as incorrect. -- ~~~~)
Line 220:
 
=={{header|Creative Basic}}==
 
{{incorrect|Creative Basic|-- <br>
* The program isn't consistent with the task's requirements ( divide by 2, print the result ...)
<br>}}
<lang Creative Basic>
 
Line 231 ⟶ 229:
OPENCONSOLE
 
WHILE X<2024>0
 
X=X+1/2
PRINT X