Parent Topic: Language

LABEL

The LABEL statement provides a location for GOTO statements to transfer to.

   Syntax:   LABEL ident;

   Example:  label loop; #i=#i+1; if (#i<10) then goto loop; endif;

Parent Topic: Language
About PCI Help Gateway