Types Types can be defined by the programmer to centralize the definition of complex/structured variables. Understanding type definitionThis is an introduction to types.TYPETypes define a synonym for a base or structured data type.Using types in programsDefine a type as a synonym for an existing data type, or as a shortcut for records and array structures.ExamplesTYPE (user types) usage examples.