Data update
This commit is contained in:
parent
61b93a2cd1
commit
5af6d93694
858 changed files with 20572 additions and 2082 deletions
|
|
@ -1,7 +1,5 @@
|
|||
include "ConsoleWindow"
|
||||
|
||||
dim as Str15 s(11)
|
||||
dim as long i
|
||||
Str15 s(11)
|
||||
long i
|
||||
|
||||
s(0) = "Somewhere"
|
||||
s(2) = " over"
|
||||
|
|
@ -13,3 +11,5 @@ s(10) = " fly."
|
|||
for i = 0 to 10 step 2
|
||||
print s(i);
|
||||
next
|
||||
|
||||
HandleEvents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue