Command

go / goto

go / goto

Syntax

go <label>;
goto <label>;

Description Jumps to a label.

Example

go start;