Programming Statements

STOP Statement

The general form of the STOP statement is as follows:

STOP ;

The STOP statement stops execution and returns you to immediate mode, where new statements that you enter are executed. If execution is interrupted by a PAUSE statement, the STOP statement clears all pauses and returns to immediate mode of execution.

Previous Page | Next Page | Top of Page