Loop
Control flow statement for looping.
Syntax
Do
[
statement block
]
Loop
[ {
Until
|
While
}
condition
]
See also
Do...Loop