FOREVER

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 14:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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