Get the data type of an object.
DataType_Type typeof (x)
This function returns the data type of x.
if (Integer_Type == typeof (x)) message ("x is an integer");