Label: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= label =
     
Usage: ''label'': [''command'' {''parameter''}]
Usage: ''label'': [''command'' {''parameter''}]



Latest revision as of 20:18, 28 January 2009

label

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