See Multiple Return Values for general information about multiple result values. In addition to call-with-values (described in this section), the let-values, let*-values, letrec-values, and define-values forms (among others) create continuations that receive multiple values.
Returns the given
vs. That is,
valuesreturns its provided arguments.
Examples:
Calls
generator, and passes the values that
generatorproduces as arguments to
receiver. Thus,
call-with-valuescreates a continuation that accepts any number of values that
receivercan accept. The
receiverprocedure is called in tail position with respect to the
call-with-valuescall.
Examples:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4