Goto
Jumps execution to the specified label.
Syntax:
goto [label]
Examples:
goto :main
goto :loop