Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -6,7 +6,8 @@
|
|||
60 IF szb > max THEN LET max = szb: REM now try b
|
||||
70 IF szc > max THEN LET max = szc: REM or c
|
||||
80 REM populate our arrays, and as a bonus we already have our demo loop
|
||||
90 REM we might as well print as we populate showing the arrays in columns
|
||||
90 REM we might as well print as we populate showing the arrays in
|
||||
columns
|
||||
100 FOR l = 1 TO max
|
||||
110 IF l <= sza THEN READ a$(l): PRINT a$(l);
|
||||
120 IF l <= szb THEN READ b$(l): PRINT b$(l);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue