September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
6
Task/Loops-Continue/BASIC/loops-continue-8.basic
Normal file
6
Task/Loops-Continue/BASIC/loops-continue-8.basic
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
10 FOR I=1 TO 10
|
||||
20 PRINT I;
|
||||
30 IF I/5=INT (I/5) THEN PRINT
|
||||
40 IF I/5=INT (I/5) THEN NEXT I
|
||||
50 PRINT ", ";
|
||||
60 NEXT I
|
||||
Loading…
Add table
Add a link
Reference in a new issue