Get all examples compiling, though output is not correct
[fur] / examples / 26_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')