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