define multiply(a, b) { return a*b } print multiply(2, 3)