#7
conj on vectors
 

Difficulty:Elementary
Topics:


When operating on a Vector, the conj function will return a new vector with one or more items "added" to the end.
test not run
(= __ (conj [1 2 3] 4))
test not run
(= __ (conj [1 2] 3 4))


Code which fills in the blank: