Next: , Previous: GetTimeStamp, Up: Reference



goto

(Under construction.)

Synopsis

     goto label

Description

The goto statement transfers control to statement with the label label.

Conforming to

goto is defined in ISO 7185 Pascal and supported by all known Pascal variants.

Example

See also

Keywords.