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