Initial file

This commit is contained in:
Justin Ethier 2016-09-29 18:24:10 -04:00
parent 575fdfd590
commit ef45819636

5
docs/api/srfi/8.md Normal file
View 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.