mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Revised
This commit is contained in:
parent
293479935d
commit
9185f3fb80
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ title: API
|
|||
|
||||
# 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.
|
||||
The `receive` macro from SRFI 8 is used to bind variables to multiple values. The macro is actually provided in the `(scheme base)` library.
|
||||
|
||||
See the [SRFI document](http://srfi.schemers.org/srfi-8/srfi-8.html) for more information.
|
||||
|
|
Loading…
Add table
Reference in a new issue