/
WHILE

WHILE

 


The while command is used at the end of a ‘do…while’ loop. If the specified condition is false, the script will break out of the loop, else it will execute the set of statements inside the loop again. For details on the usage see ‘DO. . . WHILE’ command


 

Related content

WAIT
More like this
DO...WHILE
More like this
REM
More like this
SILENT
More like this
CALL
More like this
General Syntax Rules and Limitations
General Syntax Rules and Limitations
More like this