Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
10
Task/Loops-Foreach/IS-BASIC/loops-foreach.basic
Normal file
10
Task/Loops-Foreach/IS-BASIC/loops-foreach.basic
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
100 STRING COLLECTION$(1 TO 9)*8
|
||||
110 LET I=1
|
||||
120 DO
|
||||
130 READ IF MISSING EXIT DO:COLLECTION$(I)
|
||||
140 LET I=I+1
|
||||
150 LOOP
|
||||
160 FOR J=1 TO I-1
|
||||
170 PRINT COLLECTION$(J);" ";
|
||||
180 NEXT
|
||||
190 DATA The,quick,brown,fox,jumps,over,the,lazy,dog.
|
||||
Loading…
Add table
Add a link
Reference in a new issue