Simple lambda test
This commit is contained in:
parent
955f047e06
commit
dfd38cdb69
6
test/lambdas.tm
Normal file
6
test/lambdas.tm
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
>> add_one := func(x:Int) x + 1
|
||||
>> add_one
|
||||
>> add_one(10)
|
||||
= 11
|
Loading…
Reference in New Issue
Block a user