2022-04-07 18:43:21 +02:00

6 lines
65 B
Plaintext

(def a #f)
(def b #t)
(def x #f)
(def y #t)
(if (if a b #f) x y)