To iterate over a section of the program:
forLinE:B
This statement executes a block of code once for
each member of a sequence
.
For each member, the destination
E is
set to that member, and then the block
L
is executed.B
The destination
follows the same rules for
destinations as in the assignment statement.L