Data update
This commit is contained in:
parent
52a6ef48dd
commit
157b70a810
604 changed files with 14253 additions and 2100 deletions
6
Task/Loops-Continue/QBasic/loops-continue.basic
Normal file
6
Task/Loops-Continue/QBasic/loops-continue.basic
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FOR i = 1 TO 10
|
||||
PRINT STR$(i);
|
||||
IF (i MOD 5) THEN PRINT ", "; ELSE PRINT
|
||||
NEXT i
|
||||
PRINT
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue