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