Add crossplatform IR generation up to the point of if/else statements
[fur] / examples / 26_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')