RosettaCodeData/Task/Collections/Clojure/collections-3.clj
Ingy döt Net 80737d5a6a new tasks
2013-04-09 00:46:50 -07:00

3 lines
106 B
Clojure

['a 4 11] ; somewhere between array and list
(vector 'a 4 11)
(cons ['a 4] 11) ; vectors add at the *end*