Remove support for ternary comparison operators
[fur] / examples / 26_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')