aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/let.resp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/let.resp b/test/let.resp
new file mode 100644
index 0000000..49623a6
--- /dev/null
+++ b/test/let.resp
@@ -0,0 +1,7 @@
+(def one 1)
+
+(let (two (+ one 1)
+ three (+ one 2))
+ (+ two three))
+
+ \ No newline at end of file