SRFI 11: Syntax for receiving multiple values

by Lars T Hansen

status: final (2000-03-15)

keywords: Binding, Multiple-Value Returns

See also SRFI 8: receive: Binding to multiple values, SRFI 71: Extended LET-syntax for multiple values, and SRFI 210: Procedures and Syntax for Multiple Values.

library name: let-values

Abstract

The SRFI introduces syntactic forms LET-VALUES and LET*-VALUES that bind the values of expressions that return multiple values.