00001 #include <cppscript> 00002 00003 var script_main(var args) 00004 { 00005 var i=0; 00006 while(i++<10) writeln(i); 00007 return 0; 00008 }