Incode Systems Home Page Incode Systems, Inc.


(Page) GoTo .GT



Jumps from the current line to the first line in the file containing the label.

Example: .IF: &VAR&=this .GT label .IF If the value of VAR=this, then this is skipped. .LB label This is printed either way.