Wend

Control flow statement.

Syntax
   While [condition]
      [statement block]
   Wend

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

Example
   See example at While...Wend.

Differences from QB
   * None

See also
   * While...Wend

   