NEXT

NEXT

Ends the code block of a FOR … NEXT loop. See FOR for more information.

Example

for i = 1 to 5
    print i
next