For[statement-list, boolean-expression, statement-list, statement-list]
For defines a piece of code to be executed repeatedly. See the section on control structures for complete information.
While.