aboutsummaryrefslogtreecommitdiffstats
path: root/examples/do.milch
diff options
context:
space:
mode:
Diffstat (limited to 'examples/do.milch')
-rw-r--r--examples/do.milch7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/do.milch b/examples/do.milch
new file mode 100644
index 0000000..d66c122
--- /dev/null
+++ b/examples/do.milch
@@ -0,0 +1,7 @@
+(let foo
+ (do (+ 1 2)
+ (- 10 2)
+ "foo"))
+
+foo
+; => "foo"