Differences From Artifact [c4cd53734d]:
- File 残局文料/lua_lib/算机_程语_月_基类_表_对.lua — part of check-in [77f6e5c564] at 2024-02-08 12:35:22 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 482) [annotate] [blame] [check-ins using]
To Artifact [09d79da114]:
- File 残局文料/lua_lib/算机_程语_月_基类_表_对.lua — part of check-in [ceb3f9fd47] at 2024-02-10 11:44:57 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 636) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + + + + + + + + | --~ 合对 k1_0 = 历对库.历对(o1_0, 返参库.二参) for o1, o2 in pairs(o2_0) do k1_0[o1] = o2 end return k1_0 end -- 对长 --~ 对 function d.对长(o1_0) local k1 --~ 对长 k1 = 0 for _ in pairs(o1_0) do k1 = k1 + 1 end return k1 end return d |