Reuse the parent stack in current stack frame
[fur] / examples / 27_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')