mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Initial file
This commit is contained in:
parent
575fdfd590
commit
ef45819636
1 changed files with 5 additions and 0 deletions
5
docs/api/srfi/8.md
Normal file
5
docs/api/srfi/8.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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.
|
Loading…
Add table
Reference in a new issue