Core.DataTypes

From emotive
Revision as of 02:39, 17 February 2016 by Hb (talk | contribs) (→‎Introductions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introductions

In OTX all variables, parameters, terms, etc. must have a declared type. Within the OTX-Core library is a distinction between two categories, see Figure.

OTX-Datatype Nesting.png
Nesting of OTX data types
  • Simple data type groups (Simple Data Type)
    Simple data types describe scalar elements that can accurately store a value.
  • Complex data type groups (Complex Data Type)
    Complex data types are composed of simple data types or other objects than can store a value in general more.

Libraries can add on the extension mechanism defined in the Core new data types.

See also

Validation (OTX-Checker)
​​Naming Conventions
Declarations
Visibilities
Imports
Signatures
Parameter Declarations
Procedures
Comments