Get all examples compiling, though output is not correct
[fur] / examples / 03_multiple_statements.fur
1 print('Hello, world\n')
2 print('Goodnight, moon\n')
3 print('Goodbye, cruel world')