Function: make-list

Return a newly created list of length LENGTH, with each element being INIT.

(fn LENGTH INIT)