INCLAN: label: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
m (1 revision)  | 
			
(No difference) 
 | 
Revision as of 00:35, 29 January 2009
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..."