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