#295
creating-functions-0
 

Difficulty:Basic
Topics:functions


One may know what they seek by knowing what they do not seek
test not run
(= [__] (let [not-a-symbol? (complement symbol?)]
               (map not-a-symbol? [:a 'b "c"])))


Code which fills in the blank: