Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
include "ConsoleWindow"
|
||||
|
||||
dim as Str15 s(11)
|
||||
dim as long i
|
||||
|
||||
s(0) = "Somewhere"
|
||||
s(2) = " over"
|
||||
s(4) = " the"
|
||||
s(6) = " rainbow" + chr$(13)
|
||||
s(8) = "Bluebirds"
|
||||
s(10) = " fly."
|
||||
|
||||
for i = 0 to 10 step 2
|
||||
print s(i);
|
||||
next
|
||||
Loading…
Add table
Add a link
Reference in a new issue