goto
:
Format:
goto: label
Program execution will transfer to line marked with
label
.
Parameters:
label
: Defined label.