mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
5 lines
287 B
Markdown
5 lines
287 B
Markdown
# SRFI 8 - Binding to multiple values
|
|
|
|
The `(srfi 8)` library provides the `receive` macro to bind variables to multiple values. The macro is actually provided as in the `(scheme base)` library.
|
|
|
|
See the [SRFI document](http://srfi.schemers.org/srfi-8/srfi-8.html) for more information.
|