1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 20:20:25 +00:00
qb64/internal/help/EXIT-FOR.md

348 B

The EXIT FOR statement allows a condition other than the counter value to exit a FOR...NEXT loop.

Syntax

EXIT FOR...NEXT

  • Used with a conditional statement to exit a FOR counter loop early.

See Also