schala/lambda.schala
2017-09-19 22:10:59 -07:00

6 lines
49 B
Plaintext

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