Wend

FreeBASIC

Wend
 
Control flow statement.

Syntax

While [condition]
[statement block]
Wend

Description

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

Differences from QB

  • None

See also