BREAK
Stop loop processing immediately. Continue execution with the first command after the END statement. This command can only be used inside a loop (see DO, WHILE, FOREVER, and FOR).
END
DO
WHILE
FOREVER
FOR