Implement variable length arguments, but really only for print
[fur] / examples / 09_assignment.fur
1 greeting = 'Hello, world'
2 print(greeting)