200702018-5-8Command ReferenceReturnFunction: This command returns from a subroutine.Syntax: ReturnDescription:Execution of the Return command inside a main routine causes execution of the program tostop. Execution of the Return command within a subroutine terminates the subroutine andreturns to the program from which the subroutine was jumped to.StopFunction: This command terminates execution of a program.Syntax: StopDescription:• This command terminates program execution.• Execution of this command inside of a loop terminates program execution without an errorbeing generated.