Skip to content

DO


Control flow statement for looping.

Syntax

Do [ { Until | While } condition ]

[ statement block ]

Loop

Do

[ statement block ]

Loop [ { Until | While } condition ]

Examples

See example at Do...Loop.

Differences from QB

  • None

See also

  • Do...Loop

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft