Creating Other Types of Variable
- Last UpdatedAug 18, 2026
- 1 minute read
You create variables of types that are System-defined or User-defined, using the OBJECT keyword. For example, to create a variable of type FACTORY:
!NewPlant = object FACTORY()
You create variables of types that are System-defined or User-defined, using the OBJECT keyword. For example, to create a variable of type FACTORY:
!NewPlant = object FACTORY()