Login
Plus/4 EncyclopediaFirstBackNextLast

?LOOP NOT FOUND ERROR
Category
Reference/Basic Error Messages

Topic
This error occurs when an EXIT statement is encountered within a DO loop, and there is no LOOP statement in the program lines below it.

Also see the DO/LOOP/WHILE/UNTIL/EXIT statement.

Example
10 DO:PRINT"TEST"
20 EXIT
The LOOP statement signals the end of the DO loop. Without it, program execution cannot continue after the EXIT statement

ERR$ error number
32



Copyright © Plus/4 World Team, 2001-2024