var multiply = function(a, b) { a * b } $print(multiply(2, 3))