summaryrefslogtreecommitdiff
path: root/tests/pend2.bth
blob: 69004df3ca457a37faf4372df64b9b7b0297761e (plain)
1
2
3
4
5
6
7
(defn (f x)
 (, 10 
    (if x 5 [6 7 8]) 
    100))

(say (f true))
(say (f false))