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