Label

Syntax

LABEL label

Parameters

Label can be abbreviated as LAB.

Description

The Label logic command defines the destination of preceding JumpTo logic statements. The same label name can be used by more than one JumpTo statement, but a label must follow all JumpTo logic statements referring to it in the logic.

Example

JumpTo End_Of_Interest
 : Logic
Label End_Of_Interest