HiLMAs reference
Back

Subroutine Handling

Next

GOSUB

   GOSUB subroutine

 

Description

This statement recall the internal subprogram named subroutine. At the end of the execution of the subroutine, control is returned to the statement following GOSUB.

Subroutine name is not a variable, is a fixed name matching the name defined in a SUBDEF statement, wherever in the same source.

 

Parameter specifications

Parameter Name Mode Type coding Remark
1 subroutine fixed name      

 

Examples

 


Back Start Next
CONTINUE Top SUBDEF / ENDSUB