var add_them = function(x, y) { x + y } //print(add_them(3, 4)) print(7)