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 @@
|
|||
fs = map
|
||||
f1 = (* 2)
|
||||
f2 = (^ 2)
|
||||
|
||||
fsf1 = fs.curry( f1 )
|
||||
fsf2 = fs.curry( f2 )
|
||||
|
||||
println( fsf1(0..3) )
|
||||
println( fsf2(0..3) )
|
||||
println( fsf1(2..8 by 2) )
|
||||
println( fsf2(2..8 by 2) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue