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