[r6rs-discuss] append confusion
leppie
xacc.ide at gmail.com
Mon Mar 30 11:39:17 EDT 2009
From: "R. Kent Dybvig" <dyb at cs.indiana.edu>
> (append list ... obj)
>
> \scheme{append} returns a new list consisting of the elements of the
> first
> list followed by the elements of the second list, the elements of the
> third list, and so on. The new list is made from new pairs for all
> arguments but the last; the last (which need not be a list) is merely
> placed at the end of the new structure.
That sounds pretty clear :)
Thanks Kent
leppie
More information about the r6rs-discuss
mailing list