1769
A jump statement causes an unconditional jump to another place.
1770
134) Thus, clause-1 specifies initialization for
the loop, possibly declaring one or more variables for use in the
loop;
1771
the controlling expression, expression-2,
specifies an evaluation made before each iteration, such that
execution of the loop continues until the expression compares equal
to 0;
1772
and expression-3 specifies an operation (such as
incrementing) that is performed after each iteration.