summaryrefslogtreecommitdiffstats
path: root/tests/008/call-2.txr
blob: 10257f62ba11d38bfc8ea545dd9b3553beb9fdb4 (plain)
1
2
3
4
5
6
@(define foo (var))
@var
@(end)
@(next :list '("A" "B"))
@(call (quote foo) "A")
@(call (quote foo) "B")