Command Reference
:
Programming Language Summary
wend
Program Statements
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
.