Loop

FreeBASIC

Loop
 
Control flow statement for looping.

Syntax

Do
[ statement block ]
Loop [ { Until | While } condition ]

See also