Intrinsic data types
Intrinsic types and their operations are predefined and always
accessible. The two classes of intrinsic types are numeric and nonnumeric,
with a number of types comprising each class.
XL Fortran also supports derived types, which are composite data types that can contain both intrinsic and derived types.


