.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
Tätä selainta ei enää tueta.
Päivitä Microsoft Edgeen, jotta voit hyödyntää uusimpia ominaisuuksia, suojauspäivityksiä ja teknistä tukea.
Generates code that executes the block of statements while condition remains true. (32-bit MASM only.)
.WHILE condition
statements
.ENDW