NEXT Statement
Used in conjunction with a FOR statement to mark the end of FOR/NEXT construct.
Syntax
NEXT variable
Syntax Elements
variable should be the same as the variable used in the corresponding FOR statement (although currently this match is not verified by the compiler).
Operation
Refer to the description of the FOR statement.