EXIT WHILE

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search

The EXIT WHILE statement does exit from a WHILE...WEND loop.


Syntax

EXIT WHILE


Description

  • Use EXIT WHILE to immediately exit a WHILE...WEND loop.
  • Execution will proceed after WEND.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage