.REPEAT
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at .REPEAT.
Generates code that repeats execution of the block of statements until condition
becomes true. .UNTILCXZ, which becomes true when CX is zero, may be substituted for .UNTIL. The condition
is optional with .UNTILCXZ.
Syntax
.REPEAT
statements
.UNTIL condition