Types
A variable is either a primitive type such as int, float or double, or it is an object.
Note that there is no primitive type for Complex.
Type Size in bits Values: example Standard
char 16 \u0000 to \uFFFF ISO Unicode
float 32 floating pt: 0.0f IEEE 754
double 64 floating pt: 0.0 IEEE 754