Added a shell script that can be used to run Valgrind on Fur programs
[fur] / examples / 27_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')