Command : While


Syntax


WHILE < boolean-expression > < command >

Description


Conditional loop.
While < boolean-expression > evaluates to true the < command > is executed.
The syntax for the boolean expression is the same as used in the IF command.

Example


/WHILE ($%box_yesno[continue?]) echo $_window Continuing...

See also


IF FOREACH
Index  Command list  Commandline syntax