EXIT WHILE: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Removed redirect to WHILE...WEND)
Tag: Removed redirect
No edit summary
 
Line 13: Line 13:
{{PageSeeAlso}}
{{PageSeeAlso}}
* [[WHILE...WEND]]
* [[WHILE...WEND]]
* [[_CONTINUE]]




{{PageNavigation}}
{{PageNavigation}}

Latest revision as of 11:53, 26 January 2025

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
Report a broken link