Add a stack, and use that for function call arguments
[fur] / examples / 27_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')