cyclone/docs/api/srfi/8.md
Justin Ethier 0e5a8685bd Revised
2017-01-23 16:32:11 -05:00

5 lines
272 B
Markdown

# SRFI 8 - Binding to multiple values
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.