Primitive data type that represents any numerical value.
obj x = 10; # whole
obj y = 10.0; # decimal
Each number is stored as a 64 bit floating point, meaning there is no specific integer or float type.