function x(w){function y(v){return w+v;} return y;} document.write("Ddq: "+x(3)); var zz = x(3); document.write("<br>gf= "+x(4)(9));