Command Reference : Programming Language Reference
  
 
wend
End of WHILE clause.
wend marks the end of a set of program commands that are executed under the control of a WHILE statement.
Syntax
while [condition]
[commands while condition true]
wend
Cross-references
See “The WHILE Loop”. See also while.