:let[syntax] :let vars expression
SRFI-42:
Runs through the sequence consisting of the value of expression, only.
This is the same as (:list vars (list expression)). If an index
variable is specified, its value is 0. The :let-generator can be used to
introduce an intermediate variable depending on outer generators.
|