x = 1; function add_x(y) x + y a = 3; result = add_x(a); print result;