Difference between revisions of "Jump"

From ArcoWiki
Jump to: navigation, search
m (3 revisions imported)
(No difference)

Revision as of 17:15, 24 October 2017

The JUMPTO/ command is used to transfer the execution of the program to the statement following the defined label .
The label is defined using the following sintax: (label).


$$ Example of JUMPTO command

JUMPTO/(CONTINUEFROMHERE)
$$ instructions not executed
$$ instructions not executed
(CONTINUEFROMHERE)
$$ instructions executed
$$ instructions executed