FOREVER

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 17:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
Jump to navigationJump to search

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