00001 #include <cppscript> 00002 00003 var script_main(var args) 00004 { 00005 foreach(i, args) writeln("Hello "+i); 00006 return 0; 00007 }