Creating Other Types of Variable
- Last UpdatedFeb 08, 2023
- 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()