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,11 @@
|
|||
list = ["Now", "is", "the", "time", "for", "all", "good", "men", "to", "come", "to", "the", "aid", "of", "the", "party."]
|
||||
for i = 1 to len(list)
|
||||
for j = i + 1 to len(list)
|
||||
if list[i] = list[j] del(list, j) j-- ok
|
||||
next
|
||||
next
|
||||
|
||||
for n = 1 to len(list)
|
||||
see list[n] + " "
|
||||
next
|
||||
see nl
|
||||
Loading…
Add table
Add a link
Reference in a new issue