.WHILE
Generates code that executes the block of statements while condition remains true.
.WHILE condition
statements
.ENDW
Generates code that executes the block of statements while condition remains true.
.WHILE condition
statements
.ENDW