FOREVER
FOREVER | DO FOREVER
Repeat commands between FOREVER
and END
forever.
A loop is started with the DO
command and stopped with END
. The commands BREAK
and CONTINUE
described above are especially for use in loops. You can use a GOTO
command inside a loop to jump out of the loop.