Data Types

Data types are items that are constant throughout the life of the application and are built into the OpenMatrix language.

Data types use literals to represent the various types in OML. For example, Boolean is a data type, while true and false values are the literals that represent the boolean type. Data types include real, complex, Strings, Boolean, Cell Arrays, and Structures.