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