Added a future folder to examples
[fur] / examples / future / 31_stack_trace.fur
1 def throws() do
2   42 // 0
3 end
4
5 variable = throws()
6
7 print('This should not print')