make-list

[procedure] make-list k [fill]

SRFI-1: Returns a k-element list, whose elements are all the value fill. If the fill argument is not given, the elements of the list may be arbitrary values.

Also in ChezScheme.

 B and You