schala/source_files/lambda.maaru

6 lines
49 B
Plaintext
Raw Normal View History

2017-01-12 01:33:34 -08:00
(fn(q) { q * 2 }(25))
2017-01-12 01:33:34 -08:00
a = fn(x) { x + 5 }
a(2)