| 
 |  |  | |  ?LOOP NOT FOUND ERROR  |  | Reference/BASIC Error Messages
 
 
 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.
 
 
 
 10 DO:PRINT"TEST"The LOOP statement signals the end of the DO loop. Without it, program execution cannot continue after the EXIT statement20 EXIT
 
 32
 
 
 
 | 
 |  |  | 
 
 
 Copyright © Plus/4 World Team, 2001-2025. Support Plus/4 World on Patreon
 |