4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
|
|
arena_push :: (size: int): int
|
|
result := size + 10
|
|
return result |