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