Skip to content

WEND


Control flow statement.

Syntax

While [condition]

[statement block]

Wend

Description

Wend specifies the end of a While...Wend loop block.

Examples

See example at While...Wend.

Differences from QB

  • None

See also

  • While...Wend

Back to DocToc

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