.WHILE

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

.WHILE condition
   statements
   .ENDW

See Also

Other Resources

Directives Reference