MIL-HDBK-1013/12
<1> For Each. A for iteration structure
will repeat for a specific number of
iterations. If the specified number of
Start
iterations has not been reached,
execution proceeds to <2>. If the
specified number of iterations has
been reached, execution stops.
<2> First Sequence. This is the first
action that is executed for each
Done
iteration. Proceed to <3>.
<1> For Each
<3> Second Sequence. This is the
second action that is executed for
Next
each iteration. Proceed to <1> for
the next iteration.
<2> First
Stop
Sequence
<3> Second
Sequence
Figure A-8
For Structure
97