7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
|
||
|
|
||
|
>> add_one := func(x:Int) x + 1
|
||
|
>> add_one
|
||
|
>> add_one(10)
|
||
|
= 11
|