Loops/Do-while: Difference between revisions

Line 2,055:
}
Checkit
module Old_Style {
10 REM Loops/Do-while
20 LET I=0
30 LET I=I+1
40 PRINT I
50 IF INT(I/6)*6 <> I THEN 30
60 END
}
Old_Style
</syntaxhighlight>
 
Line 2,062 ⟶ 2,071:
1 2 3 4 5 6
1 2 3 4 5 6
1
2
3
4
5
6
</pre>
 
404

edits