September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,5 +1,7 @@
|
|||
Local i,strs
|
||||
Define strs = {"Lorem","ipsum","dolor"}
|
||||
For i, 1, dim(strs)
|
||||
Disp strs[i]
|
||||
EndFor
|
||||
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