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