For

Name

For -- Iterates over a block of functions

Synopsis

For[statement-list, boolean-expression, 
    statement-list, statement-list]

Description

For defines a piece of code to be executed repeatedly. See the section on control structures for complete information.

See also

While.