Rpbasic-52 programming guide – Remote Processing BASIC 52 User Manual
Page 115
RPBASIC-52 PROGRAMMING GUIDE
2-96
RETURN
Syntax:
R E T U R N
Function:
Returns program to next instruction following a GOSUB command or software interrupt (ON LINE,
ON KEY PAD , etc.)
Mode:
Run
Use:
R E T U R N
Cards:
All
D E S C R IP T I ON
RETUR N is used as a return from a GOS UB. Program execution continues at the statement following the
G O S U B .