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