mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 22:29:16 +02:00
10 lines
305 B
Markdown
10 lines
305 B
Markdown
---
|
|
layout: main
|
|
title: API
|
|
---
|
|
|
|
# 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.
|