
Command Reference
While~WhileEnd
Function: This command repeats specific commands as long as its condition is true (non-
zero).
| Syntax: | 
 | 
 | 
 | 
 | 
 | 
| 
 | 
 | _ | 
 | _ | 
 | 
| While | <condition> | : | <statement> | : | WhileEnd | 
| 
 | numeric expression | ^ | 
 | ^ | 
 | 
Parameters: expression
Description:
•This command repeats the commands contained in the loop as long as its condition is true 
•Since the condition comes after the 
Break
Function: This command breaks execution of a loop and continues from the next command following the loop.
Syntax: Break
Description:
•This command breaks execution of a loop and continues from the next command following the loop.
•This command can be used to break execution of a 
20050401