(function() { WScript.Echo("hello"); for (i=1;i<10;i++) { WScript.Echo(i); } })();