Programmer Guide/Command Reference/FOREVER: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 17:31, 18 November 2010

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.

Navigation menu

Personal tools