GOTO

 

Syntax:

       Then: GOTO "label"
         If: ... ' this code will be skipped
       Then: ... ' this code will be skipped
label    If: ' label; processing continues here
       Then: ...
         If: ...
       Then: END

 

Version Ref:  3.x

Description:

GOTO means "go to another processing element." GOTO must be followed by a label.