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