var add2 = function(x, y) { x + y } print(add2(3, 4))