* doco scm_values
@ 2003-08-25 22:08 Kevin Ryde
0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-08-25 22:08 UTC (permalink / raw)
A bit of a tweak and addition for "values",
* scheme-control.texi (Multiple Values): In values, show args as "arg1
... argN". In scm_values, note args is a list and that the returned
object shares structure with it.
- Scheme Procedure: values arg1 ... argN
- C Function: scm_values (args)
Delivers all of its arguments to its continuation. Except for
continuations created by the `call-with-values' procedure, all
continuations take exactly one value. The effect of passing no
value or more than one value to continuations that were not
created by `call-with-values' is unspecified.
For `scm_values', ARGS is a list and the return is a
multiple-values object which the caller can return. In the current
implementation, that object shares structure with ARGS, so ARGS
should not be modified later.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-25 22:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-25 22:08 doco scm_values Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).