summaryrefslogtreecommitdiffstats
path: root/tests/008/filtenv.txr
blob: 4874607e6d5c91d65786006a8401c1bfa42011a5 (plain)
1
2
3
4
5
@(bind a "x")
@(define f (in out))
@(bind out @(upcase-str a))
@(end)
@(bind b `@{a :filter (:fun f)}`)