#256
conditionals-0
 

Difficulty:Basic
Topics:conditionals


You will face many decisions
test not run
(= __ (if (false? (= 4 5))
             :a
             :b))


Code which fills in the blank: