DO
Control flow statement for looping.
Syntax:
Do [ { Until | While } condition ]
Do
[ statement block ]
LoopDo
[ statement block ]
Loop [ { Until | While } condition ]Differences from QB:
- None
See also:
Back to Miscellaneous