define('multiply(a,b)') :(mul_end) multiply multiply = a * b :(return) mul_end * Test output = multiply(10.1,12.2) output = multiply(10,12) end