#6
Vectors
 

Difficulty:Elementary
Topics:


Vectors can be constructed several ways. You can compare them with lists.
test not run
(= [__] (list :a :b :c) (vec '(:a :b :c)) (vector :a :b :c))


Code which fills in the blank: