RosettaCodeData/Task/Collections/Clojure/collections-3.clj

4 lines
106 B
Clojure
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
['a 4 11] ; somewhere between array and list
(vector 'a 4 11)
(cons ['a 4] 11) ; vectors add at the *end*