Exit Code

Exit code removes local variables from the stack and returns to the caller (refer the following listing).

Listing: Exit Code
AIS #(t) ; Remove local stack space,
         ; including an eventual register parameter

RTS      ; Return to caller