Add a stack, and use that for function call arguments
[fur] / examples / 03_multiple_statements.fur
1 print('Hello, world\n')
2 print('Goodnight, moon\n')
3 print('Goodbye, cruel world')