#290
sequence-comprehensions-0
 

Difficulty:Basic
Topics:comprehensions


Sequence comprehensions can bind each element in turn to a symbol
test not run
(= __ (for [index (range 6)] index))


Code which fills in the blank: