Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

 


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


 

  • No labels