5 lines
49 B
Nim
5 lines
49 B
Nim
|
proc Λ(x: int): int =
|
||
|
return x + 5
|
||
|
|
||
|
echo λ 5
|