Monarch 9460 Programmer's Manual page 94

Adk printer
Hide thumbs Also See for 9460:
Table of Contents

Advertisement

R E T U R N
Purpose
Breaks out of a subroutine.
Syntax
RETURN
Process
The RETURN command breaks out of a subroutine. It transfers control back to the
command following the CALL activating the subroutine.
NOTE:
Using END in a subroutine also implies a RETURN. Therefore, the RETURN
command is not required as the last command of a subroutine.
Example
This example breaks out of a subroutine.
COMPARE FSIZE,EQ,#12,,*GOODDATA
RETURN
See Also
CALL
5-72 Command Reference

Advertisement

Table of Contents
loading

Table of Contents