func multiply(a, b float64) (z float64) { z = a * b return }