next Statement
Purpose:
Part of a for next construct.
Syntax:
next
Comments:
The next statement must be on a line by itself.
Example:
for j = 1 to 10