summaryrefslogtreecommitdiff
path: root/tests/def.bth
blob: d4a7d74222339140c56fae5141713293a1731d8e (plain)
1
2
3
4
5
(def a 100)
(def b 200)
(def c 300)
(say b)
(let (q 10 r 20 s 30) (say r))