From ef458196366fc3a00ef2efb5c54c6d6a4232517e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 29 Sep 2016 18:24:10 -0400 Subject: [PATCH] Initial file --- docs/api/srfi/8.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/api/srfi/8.md diff --git a/docs/api/srfi/8.md b/docs/api/srfi/8.md new file mode 100644 index 00000000..a2b084e0 --- /dev/null +++ b/docs/api/srfi/8.md @@ -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.