Goto

Examples of Goto

The GOTO command transfers execution to a location specified by its argument.

The format of the GOTO command is:

        G[OTO][:tvexpr] entryref[:tvexpr][,...]
      

A GOTO command within a line following a FOR command terminates that FOR command.

For more information on entryrefs, refer to the "General Language Features of M" chapter in this manual.