Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/Loops-Foreach/NS-HUBASIC/loops-foreach.basic
Normal file
7
Task/Loops-Foreach/NS-HUBASIC/loops-foreach.basic
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
10 DIM A$(9) : REM DECLARE STRING ARRAY
|
||||
20 REM ADD DATA TO ARRAY AND PRINT ARRAY CONTENTS
|
||||
30 FOR I=0 TO 8
|
||||
40 READ A$(I)
|
||||
50 PRINT A$(I)" ";
|
||||
60 NEXT
|
||||
70 DATA THE, QUICK, BROWN, FOX, JUMPS, OVER, THE, LAZY, DOG.
|
||||
Loading…
Add table
Add a link
Reference in a new issue