#300
creating-functions-5
 

Difficulty:Basic
Topics:functions


Have a go on a double dec-er
test not run
(= __ (let [double-dec (comp dec dec)]
             (double-dec 10)))


Code which fills in the blank: