A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.racket-lang.org/reference/values.html below:

10.1 Multiple Values

10.1 Multiple Values🔗ℹ

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

v

s. That is,

values

returns its provided arguments.

Examples:

Calls

generator

, and passes the values that

generator

produces as arguments to

receiver

. Thus,

call-with-values

creates a continuation that accepts any number of values that

receiver

can accept. The

receiver

procedure is called in tail position with respect to the

call-with-values

call.

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