function : Multiply(a : Float, b : Float) ~, Float { return a * b; }