Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
10 P$(0) = STR$(5)
|
||||
20 P$(1) = "MARY"
|
||||
30 P$(2) = "HAD"
|
||||
40 P$(3) = "A"
|
||||
50 P$(4) = "LITTLE"
|
||||
60 P$(5) = "LAMB"
|
||||
70 GOSUB 90"VARIADIC FUNCTION
|
||||
80 END
|
||||
90 FOR I = 1 TO VAL(P$(0)) : ? P$(I) : P$(I) = "" : NEXT I : P$(0) = "" : RETURN
|
||||
Loading…
Add table
Add a link
Reference in a new issue