summaryrefslogtreecommitdiff
path: root/tests/vars3.bth
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vars3.bth')
-rw-r--r--tests/vars3.bth6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/vars3.bth b/tests/vars3.bth
new file mode 100644
index 0000000..19e82fa
--- /dev/null
+++ b/tests/vars3.bth
@@ -0,0 +1,6 @@
+(do
+ (set x 1)
+ (set y 10)
+ (let (x 2)
+ (let (y 20)
+ (+ x y))))