function multiply:float( a:float, b:float ) return a*b end function print multiply(3.1416, 1.6180)