Node:goto, Next:GT, Previous:GetTimeStamp, Up:Reference
(Under construction.)
goto label
The goto statement transfers control to statement with the label label.
goto
label
goto is defined in ISO 7185 Pascal and supported by all known Pascal variants.