Parent Topic: Language
Syntax: LABEL ident; Example: label loop; #i=#i+1; if (#i<10) then goto loop; endif;