![]() |
![]() |
whileIteration command |
|
Syntax | |
|
|
Description | |
Executes <command> while the <condition> evaluates
to true (non zero result). <command> may be either a single command or a block of commands. It can contain the break command: in that case the execution of the <command> will be immediately interrupted and the control transferred to the command following this while block. |
|
Examples | |
|