Differences From Artifact [96904f7069]:
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_历_基类_表_对_取全.lua — part of check-in [77f6e5c564] at 2024-02-08 12:35:22 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 328) [annotate] [blame] [check-ins using]
To Artifact [932996b4e9]:
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_历_基类_表_对_取全.lua — part of check-in [93f2f6943b] at 2024-02-09 05:12:02 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 462) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
15 16 17 18 19 20 21 | if k1 then k1_0[k1] = k2 else end end return k1_0 end | | > > > > > > > > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | if k1 then k1_0[k1] = k2 else end end return k1_0 end --~ 键 --~ 值 --~ 要找的值 function d.全等筛值(o1, o2, o3) if o2 == o3 then return o1, o2 else end end return d |