WHILE

From STX Wiki
< Programmer Guide‎ | Command Reference
Revision as of 15: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

WHILE

WHILE | DO WHILE condition

Repeat commands in the DO block while condition is true. The argument condition has the same format and meaning as described for the command IF. The condition is always tested on the begin of the loop.

Navigation menu

Personal tools