Get all examples compiling, though output is not correct
[fur] / examples / 15_functions.fur
1 def get_answer() do
2   42
3 end
4
5 print(get_answer())