summaryrefslogtreecommitdiffstats
path: root/tests/000/binding.txr
blob: 95faa20d162a860b6c0a8c20cbcd174f3e085829 (plain)
1
2
3
4
5
@(bind x 1)
@(bind y 2)
@(rebind z (x y))
@(bind (a b) (0 1))
@(rebind (a b) (b a))