goto

There is no goto command. Use a custom control structure instead; that covers almost every sane use of goto possible.


See Also