Additional Information
Name |
Value |
Description |
LT_REPEAT |
1 |
Repeat Until
the loop is handled as repeat-until loop
|
LT_WHILE |
2 |
While
the loop is handled as while loop
|
LT_DO_WHILE |
3 |
Do While
the loop is handled as do while loop
|