GOSUB

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
GOSUB target

Description:
Initiates a subroutine call to the target, which can be a line number or a label. 
The subroutine must end with RETURN. 
New programs should use defined subroutines (ie, SUB…END SUB).

 

Last edited: 29 September, 2020