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