HiLMAs reference
Back

Subroutine Handling

Next

SUBEXIT

   SUBEXIT

 

Description

SUBEXIT is an exit from the body of the internal subroutine; control is returned to the statement following the calling GOSUB.

While ENDSUB is unique for every internal subroutine and delimits its end even to Hilmas, any number of SUBEXIT can be used to do a premature exit from the subroutine.

 

Examples

 


Back Start Next
SUBDEF / ENDSUB Top CALL