Added a future folder to examples
[fur] / examples / future / 31_stack_trace.fur
diff --git a/examples/future/31_stack_trace.fur b/examples/future/31_stack_trace.fur
new file mode 100644 (file)
index 0000000..21335a8
--- /dev/null
@@ -0,0 +1,7 @@
+def throws() do
+  42 // 0
+end
+
+variable = throws()
+
+print('This should not print')