EXIT DO

From QB64 Phoenix Edition Wiki
Revision as of 00:32, 29 January 2023 by RhoSigma (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The EXIT DO statement can be used to exit a DO...LOOP from inside of the loop.


Syntax

EXIT DO


Description

  • Used to exit a DO loop when a condition exists regardless of any loop conditions.


See also



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