function add(x,y) { return x + y } z = add(10, 15)