do-ec[syntax] do-ec qualifier ... command
SRFI-42:
Evaluates the command exactly once for each binding in the sequence
defined by the qualifiers. If there are no qualifiers command is
evaluated exactly once. The expression is evaluated for its side-effects
only. The result of the comprehension is unspecified.
|