forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
EXIT FOR
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
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.