#52
Intro to Destructuring
 

Difficulty:Elementary
Topics:destructuring


Let bindings and function parameter lists support destructuring.
test not run
(= [2 4] (let [[a b c d e f g] (range)] __))


Code which fills in the blank: