Stop

Stops the execution of the program.

Stop 

Parameters
None.

Return Value
None.

Description
Stops the execution of the program. The Stop statement can be used anywhere within the program.
A program that has been stopped can be resumed using the Cont statement.
This is used mainly in debugging.

Example
When the Stop statement is executed in the program, execution of the process of Macro Program is suspended; however, the Macro Program processing is not exited.Thus, the processing of the menu will not be continued.
In addition, a prompt such as that shown below will be displayed at the macro console.

        MACRO>

While the prompt shown above is displayed, it is possible to directly imput Macro Commands.

        Example:     MACRO> print A&[ENT]

When the cont command is input, program processing halted by the Stop statement is continued.