Contents
Syntax
The syntax for
double definitions double(definitions) :=(double, definitions)
@double definitions @double(definitions) @:=(double, definitions)
Note: If you are using the first syntax for variable definitions and want to have more code and/or text following on the same line then simply end the definition with '
Description
The
Note: If you need to define thousands of variables then
Options
The following options are available for
option | description |
---|---|
definition of a |
|
do not register variable with |
|
define variable at layer |
|
definition of a |
|
add |
|
option | description |
f++ example
Examples of
double a=10.5, b=12.2 double(x, y, z) :=(double, count = 15.3)
n++ example
Examples of
@double a=10.5, b=12.2 @double(x, y, z) @:=(double, count = 15.3)