goto

Example: goto

Performs an absolute jump to another point in the program. The destination point is identified by a label which is the argument for the goto instruction. A label consists of a valid identifier followed by a colon.

gotolabel;
....
label: