EXIT DO
EXIT FOR
EXIT WHILE
Terminates the current loop structure immediately and carries on execution from after the corresponding LOOP, NEXT or END WHILE statement.
- This is NOT compatible with Sinclair Basic
EXIT DO
EXIT FOR
EXIT WHILE
Terminates the current loop structure immediately and carries on execution from after the corresponding LOOP, NEXT or END WHILE statement.