summaryrefslogtreecommitdiff
path: root/tests/vars.bth
blob: 423dde6d0dc098fa21c4e713badf5c5ad9892fde (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