Parameter: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= parameter = | |||
Usage: parameter ''variable'' ... | Usage: parameter ''variable'' ... | ||
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.