1 2 3 4 5 6
@(define foo (var)) @var @(end) @(next :list '("A" "B")) @(call (quote foo) "A") @(call (quote foo) "B")