make-list

Name

make-list -- Return a list containing N elements equal to the optional second argument.

Synopsis

(make-list n . init)

Description

Return a list containing N elements equal to the optional second argument. If INIT is empty indicating the optional argument was not provided, use the empty list as the element.

Implementation Notes

Module: (app scwm listops)

Defined in scheme/listops.scm at line 157 (CVS log)