RosettaCodeData/Task/Multiple-distinct-objects/Common-Lisp/multiple-distinct-objects-1.lisp

3 lines
115 B
Common Lisp
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(make-list n :initial-element (make-the-distinct-thing))
(make-array n :initial-element (make-the-distinct-thing))