WHILE
From STX Wiki
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.