Add crossplatform IR generation up to the point of if/else statements
[fur] / examples / 03_multiple_statements.fur
1 print('Hello, world\n')
2 print('Goodnight, moon\n')
3 print('Goodbye, cruel world')