Loop
控制流程语句进行循环。
语法
Do
[
statement block
]
Loop
[ {
Until
|
While
}
condition
]
参考
Do...Loop