clarify append* description
svn: r9355
This commit is contained in:
parent
5ccfe300f7
commit
7b682783db
|
@ -531,11 +531,12 @@ must merely start with a chain of at least @scheme[pos] pairs.
|
||||||
[(append* [lst list?] ... [lsts list?]) any/c])]{
|
[(append* [lst list?] ... [lsts list?]) any/c])]{
|
||||||
|
|
||||||
Like @scheme[append], but the last argument is used as a list of
|
Like @scheme[append], but the last argument is used as a list of
|
||||||
arguments for @scheme[append]. In other words, the relationship
|
arguments for @scheme[append], so @scheme[(append* x ... xs)] is the
|
||||||
between @scheme[append] and @scheme[append*] is similar to the one
|
same as @scheme[(apply append x ... xs)]. In other words, the
|
||||||
between @scheme[list] and @scheme[list*].
|
relationship between @scheme[append] and @scheme[append*] is similar
|
||||||
|
to the one between @scheme[list] and @scheme[list*].
|
||||||
|
|
||||||
@examples[#:eval list-eval
|
@examples[#:eval list-eval
|
||||||
(cdr (append* (map (lambda (x) (list ", " x))
|
(cdr (append* (map (lambda (x) (list ", " x))
|
||||||
'("Alpha" "Beta" "Gamma"))))
|
'("Alpha" "Beta" "Gamma"))))
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user