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