multiply = function(x,y) return x*y end function print multiply(6, 7)