Label

From CYANA Wiki
Revision as of 19:06, 28 January 2009 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

Usage: label: [command {parameter}]

In macros, labels are used as addresses for "goto" statements. A label may consist of letters, digits, and underscore characters.

Example: go to clean

        .
        .
        clean: print "Doing cleanup..."

See also