SYNOPSIS:
    label: A point that can be jumped to in Eccet scripts

DESCRIPTION:
    Eccet script features a GOTO command that can be used to
    skip code sections. The target is given as a string that
    corresponds to a label in the script.

    A label is inserted into the script by starting a line with
    a colon (:) followed by the labelname.

    No further commands are allowed on such a line.
SEE ALSO:
    GOTO, IF, ELSE, {, }
