Language Reference Guide : 3. Statements : Commonly Used Elements in Statements : NamedParameterListDefinition
 
Share this page                  
NamedParameterListDefinition
Specifies local variables that can be specified as parameters.
This element has the following syntax:
parametername = type{, parametername = type}
parametername
Specifies the parameter name
type
See Type.