#303
destructuring-1
 

Difficulty:Basic
Topics:destructuring


Whether in function definitions
test not run
(= (str "First comes love, "
            "then comes marriage, "
            "then comes Clojure with the baby carriage")
       ((fn [[a b c]] __)
        ["love" "marriage" "Clojure"]))


Code which fills in the blank: