Creating Other Types of Variable
- Last UpdatedOct 21, 2022
- 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()