guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: values in a non-values context


From: John Cowan
Subject: Re: values in a non-values context
Date: Thu, 14 Jun 2018 21:16:57 -0400

It's determined by the implementation.  <
https://bitbucket.org/cowan/r7rs-wg1-infra/src/default/MultipleValues.md>
lists what several implementations actually do.  Many similar pages are
accessible from <
https://bitbucket.org/cowan/r7rs-wg1-infra/src/default/ImplementationContrasts.md
>.

On Thu, Jun 14, 2018 at 8:56 PM, Matt Wette <address@hidden> wrote:

> I've looked in some RnRS documents and can't find answer to the following:
> Is the value of a `values' expression in a non-values context defined?
> In Guile, `(write (values 1 2 3))' generates `1'.  Does the language
> standard
> specify this or is this determined by implementation?  In other words, is
> it
> OK to count on this behavior?
>
> Matt
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]