.WHILE
Visual Studio 2012
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