#296
creating-functions-1
 

Difficulty:Basic
Topics:functions


Praise and 'complement' may help you separate the wheat from the chaff
test not run
(= [:wheat "wheat" 'wheat]
       (let [not-nil? __]
         (filter not-nil? [nil :wheat nil "wheat" nil 'wheat nil])))


Code which fills in the blank: