Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 272 Bytes

8.md

File metadata and controls

5 lines (3 loc) · 272 Bytes

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 for more information.