EXIT WHILE: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Redirected page to WHILE...WEND)
Tag: New redirect
 
(Removed redirect to WHILE...WEND)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[WHILE...WEND]]
The '''EXIT WHILE''' statement does exit from a '''WHILE...WEND''' loop.
 
 
{{PageSyntax}}
: [[EXIT WHILE]]
 
 
{{PageDescription}}
* Use '''EXIT WHILE''' to immediately exit a [[WHILE...WEND]] loop.
* Execution will proceed after [[WEND]].
 
 
{{PageSeeAlso}}
* [[WHILE...WEND]]
 
 
{{PageNavigation}}

Latest revision as of 11:21, 18 March 2023

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