Move .output.txt to .stdout.txt to reflect which output stream the files contain
[fur] / examples / 27_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')