KRASCHE
&
BYRNE
         ELZED  HOME       NEWS       DOCS       DOWNLOADS       LICENSING       SUPPORT       FAQ       ABOUT  US

What's An Elzed?
Features
Licensing
Downloads
Documentation
Elzed News
    ELZED 
 Documentation 
 The Details 

Data Types

Elzed uses three data types: number, string, and boolean.

Numbers are double-precision floating point values. Complex numbers (consisting of two doubles) are supported automatically and sensibly -- you can ignore the whole real/imaginary thing if you want to.

Strings are one-dimensional arrays of characters terminated by a null. In Elzed, the maximum string length is 32000 characters.

Booleans are the standard C/C++ bool type, with zero representing false and non-zero representing true.



  Copyright  ©  MMXXIV  by  R R Le Cropane   •   All Rights Reserved   •   Terms of Use   •   Privacy Policy