schala/source_files/lambda.maaru

6 lines
49 B
Plaintext

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