Hardly ever needed: assume that goto is wrong as it is difficult to debug code when you have no way of knowing where you can come from to get to a particular label.
Syntax is:
goto label
with, somewhere else in your program:
label: statement
maspjw@