A for loop header

The last three lines in Listing 1 shows the header of the for loop.

(All three lines are typically placed on the same line.  I separated them onto three lines in Listing 1 to make the different parts stand out.)

The loop header is followed by the loop body, which begins with the curly brace shown at the right end of the last line in Listing 1.