tomo/test/lambdas.tm
2024-03-09 14:03:42 -05:00

7 lines
65 B
Tcl

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