Implement variable length arguments, but really only for print
[fur] / examples / 26_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')