summaryrefslogtreecommitdiffstats
path: root/tests/000/binding.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/000/binding.txr')
-rw-r--r--tests/000/binding.txr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/000/binding.txr b/tests/000/binding.txr
new file mode 100644
index 00000000..95faa20d
--- /dev/null
+++ b/tests/000/binding.txr
@@ -0,0 +1,5 @@
+@(bind x 1)
+@(bind y 2)
+@(rebind z (x y))
+@(bind (a b) (0 1))
+@(rebind (a b) (b a))