Software / code / verse
File
libs/table.lua @ 460:a523535d8937
client: Include xml:lang in stream header, if known
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 16 Mar 2023 11:43:16 +0000 |
| parent | 439:6fc73ad6b1d2 |
| child | 483:33d566513eb0 |
line wrap: on
line source
return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}