Skip to main content

10.5.2.3. JMPP

10.5.2.3. JMPP

 

Explanation

Branches to a designated sub program (Does not return when END is reached)

Syntax

JMPP <program number>[<Note>]

Parameter

Program number

Arithmetic formula. Program number to call.

1~9999

Note

To be allowed only when the program number is constant.

For better readability, explanation consisting of alphabetical characters and underscores can be added. Notes will be ignored during execution.

The program number and notes together should not exceed 18 characters.

 

Example

IF DI29 THEN

JMPP 909

ENDIF

REM --- subprogram 909 - ERROR STOP

PRINT #0, "Unrecoverable Error!!!", TIME$

END