forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
EXIT FOR
Cory Smith edited this page Jun 9, 2022
·
3 revisions
The EXIT FOR statement allows a condition other than the counter value to exit a FOR...NEXT loop.
EXIT FOR...NEXT
- Used with a conditional statement to exit a FOR counter loop early.