Previous Topic: KEY StatementNext Topic: Exercise


STOP Command

The following STOP command terminates the program:

STOP

ACL/E programs execute sequentially, beginning with the first statement and going through each statement in turn until they encounter a command or condition requiring them to stop or branch to a specified statement.