NEXT
Purpose:
Looping control. Used in conjunction with FOR.
Format:
NEXT [a[,b,...c]]
Description: a,b, and c are variables used as counters in FOR statements
Example:
also see FOR 100 NEXT 120 NEXT A
130 NEXT B , C , D