schala/lambda.maaru
2017-09-19 22:11:01 -07:00

6 lines
49 B
Plaintext

(fn(q) { q * 2 }(25))
a = fn(x) { x + 5 }
a(2)