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