summaryrefslogtreecommitdiff
path: root/tests/vars.bth
blob: aaa2a19ea68f3d565d418c0cd5231fa1bd9daee4 (plain)
1
2
3
4
5
6
7
8
(set! a 5)
(set! b 10)
(set! thethe 1234)
(say (+ a b))
(say (- thethe a))
(say (+ (set! a 90) b))
(say a)
nil