Translate page

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