Programming Guide

20050401
8-5-8
Command Reference
Return
Function: This command returns from a subroutine.
Syntax: Return
Description:
Execution of the Return command inside a main routine causes execution of the program to
stop. Execution of the Return command within a subroutine terminates the subroutine and
returns to the program from which the subroutine was jumped to.
Stop
Function: This command terminates execution of a program.
Syntax: Stop
Description:
This command terminates program execution.
•Execution of this command inside of a loop terminates program execution without an error
being generated.