[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
FreeM supports all libdatatype types defined in the former MDC’s Millennium Draft Standard, with the exception of MATRIX
, and with extensions supporting object-oriented programming. A notable enhancement in FreeM is that the library data types can be used in the formallist of any extrinsic function or subroutine; not only in libraryelements.
13.1 BOOLEAN | Truth values. | |
13.2 COMPLEX | Numbers with real and imaginary parts. | |
13.3 INTEGER | Numbers with no decimal part. | |
13.4 REAL | Numbers with a decimal part. | |
13.5 STRING | Arbitrary strings of characters. | |
13.6 Custom Types (Classes) | User-defined, object-oriented types. |
This document was generated on March 27, 2025 using texi2html 5.0.