Primitive Types

There are three primitive types that derive from the abstract type named Any_.



Type Nature Value Range Primitive Size
Integer Integer −2,147,483,648 through +2,147,483,647 32-bit (4-byte)
Real Floating point number ±4.94065645841246E−324 through ±1.79769313486232E+308 64-bit (8-byte)
Boolean Boolean TRUE or FALSE 8-bit (1-byte)