Parameter: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
 
(No difference)

Latest revision as of 19:18, 28 January 2009

parameter

Usage: parameter variable ...

Changes the names of the parameters that are passed to a macro; i. e. the parameters p1, p2,... get the names given in the parameter statement. The parameter statement must precede all other statements in a macro (except var) and cannot be used interactively.