Value = Fix ( Number )
Returns the integer part of a number.
PRINT Fix(Pi) 3
PRINT Fix(-Pi) -3
Frac , Int