
Command Reference
Description:
•The default step value is 1.
•Making the starting value less than the ending value and specifying a positive step value causes the control variable to be incremented with each execution. Making the starting value greater than the ending value and specifying a negative step value causes the control variable to be decremented with each execution.
Do~LpWhile
Function: This command repeats specific commands as long as its condition is true (non- zero).
Syntax:
| 
 | _ | _ | 
 | 
| Do | : | <statement> : LpWhile | <condition> | 
| 
 | ^ | ^ | 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 
20050401