mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
305 B
305 B
layout | title |
---|---|
main | 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 for more information.