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,8 @@
|
|||
n = 20
|
||||
aList = list(n)
|
||||
aList[1] = 1
|
||||
aList[2] = 1
|
||||
for i = 1 to n
|
||||
if i >= 3 aList[i] = ( aList[i - aList[i-1]] + aList[i - aList[i-2]] ) ok
|
||||
if i <= 20 see "n = " + string(i) + " : "+ aList[i] + nl ok
|
||||
next
|
||||
Loading…
Add table
Add a link
Reference in a new issue