Label: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
= label = | |||
Usage: ''label'': [''command'' {''parameter''}] | Usage: ''label'': [''command'' {''parameter''}] | ||
Revision as of 19:12, 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..."