[plt-scheme] passing multiple "values" between functions
On Mon, Apr 6, 2009 at 12:46 PM, Neil Van Dyke <neil at neilvandyke.org> wrote:
> Also, don't forget the Help Desk, which probably answers your questions:
>
> http://docs.plt-scheme.org/reference/eval-model.html#(part._values-model)
> http://docs.plt-scheme.org/reference/values.html
> http://docs.plt-scheme.org/reference/let.html#(form._((quote._~23~25kernel)._let-values))
Yeah, I looked at 1.1 and 2.3, but managed to pass over
call-with-values because it referred to continuations. Clicking
through, I note it's actually explained very clearly there.
martin