Loops/While: Difference between revisions

Content added Content deleted
m (→‎{{header|IWBASIC}}: flagged as incorrect. -- ~~~~)
Line 489: Line 489:
let N be N / 2;</lang>
let N be N / 2;</lang>
=={{header|IWBASIC}}==
=={{header|IWBASIC}}==
{{incorrect|IWBASIC|-- <br>
* The program isn't consistent with the task's requirements,
* No ouput is (will be) produced. <br>}}

<lang IWBASIC>
<lang IWBASIC>
WHILE X<21
WHILE X<21