values-append[procedure] values-append arg ...
Kawa: The values resulting of evaluation of each argument are appended
together.
NB: Kawa manual says this is a procedure, but in general you can't implement
it as a procedure unless the implementation has first-class multiple
values (a cotroversial topic in c.l.s).
|