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
1
Task/Call-a-function/Oforth/call-a-function-1.oforth
Normal file
1
Task/Call-a-function/Oforth/call-a-function-1.oforth
Normal file
|
|
@ -0,0 +1 @@
|
|||
a b c f
|
||||
1
Task/Call-a-function/Oforth/call-a-function-2.oforth
Normal file
1
Task/Call-a-function/Oforth/call-a-function-2.oforth
Normal file
|
|
@ -0,0 +1 @@
|
|||
f(a, b, c)
|
||||
4
Task/Call-a-function/Oforth/call-a-function-3.oforth
Normal file
4
Task/Call-a-function/Oforth/call-a-function-3.oforth
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
a b c f
|
||||
a b f(c)
|
||||
a f(b, c)
|
||||
f(a, b, c)
|
||||
1
Task/Call-a-function/Oforth/call-a-function-4.oforth
Normal file
1
Task/Call-a-function/Oforth/call-a-function-4.oforth
Normal file
|
|
@ -0,0 +1 @@
|
|||
a b c r m
|
||||
1
Task/Call-a-function/Oforth/call-a-function-5.oforth
Normal file
1
Task/Call-a-function/Oforth/call-a-function-5.oforth
Normal file
|
|
@ -0,0 +1 @@
|
|||
r m(a, b, c)
|
||||
Loading…
Add table
Add a link
Reference in a new issue