From ftm
(→FTM Object Definitions) |
|||
Line 3: | Line 3: | ||
== FTM Object Definitions == | == FTM Object Definitions == | ||
For statically defining an FTM object with the ''ftm.object'' external the following syntax is required: | For statically defining an FTM object with the ''ftm.object'' external the following syntax is required: | ||
− | * <sym: class name> <list: instantiation arguments> [ , <list: initialization message> ] | + | * <sym: class name> <list: instantiation arguments> [ , <list: initialization message> ... ] |
== Constant Definitions == | == Constant Definitions == | ||
== Variable Definitions == | == Variable Definitions == |
Revision as of 15:14, 11 April 2010
The ftm.object external can be used to statically define FTM and name objects, variables and constants.
FTM Object Definitions
For statically defining an FTM object with the ftm.object external the following syntax is required:
- <sym: class name> <list: instantiation arguments> [ , <list: initialization message> ... ]