WEND
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgWend
- Last revised: 2020-01-25
Control flow statement.
Syntax
While [condition]
[statement block]
WendDescription
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