tomo/test/lambdas.tm

7 lines
65 B
Plaintext
Raw Normal View History

2024-03-09 11:03:42 -08:00
>> add_one := func(x:Int) x + 1
>> add_one
>> add_one(10)
= 11