Next: , Previous: , Up: Standards Support   [Contents][Index]


18.4 SRFI 8: receive

Description

Early syntax for binding multiple values. R7RS provides the more flexible let-values, which should be preferred.

URL

https://srfi.schemers.org/srfi-8/srfi-8.html

Support

Fully supported.

Libraries

(srfi 8)

Global

All names are bound in the MIT/GNU Scheme global environment.

receive