Programmer Guide/Command Reference/WHILE: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
Revision as of 17:31, 18 November 2010
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.