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