Files
corelang/lambdas.kl
2022-05-25 14:44:30 +02:00

4 lines
69 B
Plaintext

arena_push :: (size: int): int
result := size + 10
return result