function multiply(a,b) return a*b end print(multiply(3,4))