summaryrefslogtreecommitdiffstats
path: root/tests/008/call-2.txr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/008/call-2.txr')
-rw-r--r--tests/008/call-2.txr6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/008/call-2.txr b/tests/008/call-2.txr
new file mode 100644
index 00000000..10257f62
--- /dev/null
+++ b/tests/008/call-2.txr
@@ -0,0 +1,6 @@
+@(define foo (var))
+@var
+@(end)
+@(next :list '("A" "B"))
+@(call (quote foo) "A")
+@(call (quote foo) "B")