Label: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
(No difference)
| |
Latest revision as of 19: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..."