J -- Logic Commands

JumpTo

Branches logic execution to a specified label. Labels are defined using the Label logic command. Any number of JumpTo logic statements can refer to one label.

JUMPTO label
<logic_block>
LABEL label
OptionDescription

label

A label which has the same syntax as a valid qualifier name, corresponding to a following Label logic statement.