INCLAN: parameter

From CYANA Wiki
Revision as of 16:04, 17 August 2009 by Masayo (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Synopsis

parameter variable ...

Description

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. Note that in general the more versatile syntax command is used to define the names and types of the parameters of a macro.