list -- r7rs Definition
§

Kind
§

constructor;

Implemented by
§

Procedure signature
§

Procedure variants:

Exports
§

Exports recursive
§

Description
§

(list obj ...)

Returns a newly allocated list of its arguments.

(list 'a (+ 3 4) 'c)            ===>  (a 7 c)
(list)                          ===>  ()

The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.

Referenced-types
§