Implement variable length arguments, but really only for print
[fur] / examples / 07_power.fur
1 print(pow(3, 4))