Convert the specified value to a long scalar
n - the value to apply this function to.
A long scalar.
$value = long(3.56); println($value);
3