6 lines
65 B
Plaintext
Raw Normal View History

2022-04-07 18:43:21 +02:00
(def a #f)
(def b #t)
(def x #f)
(def y #t)
(if (if a b #f) x y)