INCLAN: command: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
:''sequence of statements''  | :''sequence of statements''  | ||
'''end'''  | '''end'''  | ||
or  | |||
'''command'''  | '''command'''  | ||
| Line 9: | Line 11: | ||
== Description ==  | == Description ==  | ||
Defines a new globally visible user-defined command within a macro, i.e. a macro within a macro. User-defined commands defined by '''command''' statements are called by their ''name'', possibly followed by parameters, in exactly the same way as macros. Within a macro, a user-defined command can only be called after it was defined. The statement ''command'' without parameters gives a list of all user-defined commands, and indicates where they are defined.  | Defines a new globally visible user-defined command within a macro, i.e. a macro within a macro. User-defined commands defined by '''command''' statements are called by their ''name'', possibly followed by parameters, in exactly the same way as macros. Within a macro, a user-defined command can only be called after it was defined. The statement '''command''' without parameters gives a list of all user-defined commands, and indicates where they are defined.  | ||
Latest revision as of 09:46, 17 August 2009
Synopsis
command name
- sequence of statements
 
end
or
command
Description
Defines a new globally visible user-defined command within a macro, i.e. a macro within a macro. User-defined commands defined by command statements are called by their name, possibly followed by parameters, in exactly the same way as macros. Within a macro, a user-defined command can only be called after it was defined. The statement command without parameters gives a list of all user-defined commands, and indicates where they are defined.