JUMPTO command

The JUMPTO command moves the point at which the program resumes running to the specified statement but does not resume running the program.

Read syntax diagramSkip visual syntax diagram
>>-+-JUMPTO--+--statement_id--;--------------------------------><
   '-JUMP TO-'                    

Usage notes

Example

You want to jump to statement 24 and then stop there. Enter the following command:

JUMPTO 24;

Refer to the following topics for more information related to the material discussed in this topic.