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