aboutsummaryrefslogtreecommitdiff
path: root/test/lambdas.tm
blob: b5eefb2005cd1823ad2b2d7cc8232e663ddde054 (plain)
1
2
3
4
5
6


>> add_one := func(x:Int) x + 1
>> add_one
>> add_one(10)
= 11