.WHILE (32-bit MASM)

Generates code that executes the block of statements while condition remains true. (32-bit MASM only.)

Syntax

.WHILE condition
statements
.ENDW

See also

Directives reference
MASM BNF Grammar