function Abs(Value: Double): Double function Abs(Value: Integer): Integer
X := Abs(-10); // X is 10 X := Abs(100); // X is 100