6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
(def a #f)
|
||
|
(def b #t)
|
||
|
(def x #f)
|
||
|
(def y #t)
|
||
|
|
||
|
(if (if a b #f) x y)
|