ref: a0c901139bb95baee5674c4fd86bba3d4b179a8c dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end