lambda
(
lambda
(
NAME
NAME
...)
EXPRESSION
)
This form is used to introduce a new procedure. It consists of a sequence of argument names and a single expression for the body of the procedure.
Intermediate Student with Lambda Language