Previous Topic: Exit CommandNext Topic: IF, THEN Statement


Goto Command

This command resumes execution at a specified location. The syntax controls where execution resumes.

To resume execution at the specified indirect command sequence number, use this syntax:

GOto *nnnnn

To resume execution at the specified statement number, use this syntax:

GOto #nnnnn

To resume execution at the specified hexadecimal displacement, use this syntax:

GOto +nnnnn

To resume execution at the specified paragraph‑name, use this syntax:

GOto 'paragraph‑name'

Example

GO *1150