Differences From Artifact [17381efe7c]:
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_历_基类_表_对_取一.lua — part of check-in [1265aac793] at 2024-02-13 05:10:43 on branch trunk — 好 (user: 顽雨沉风, size: 937) [annotate] [blame] [check-ins using]
To Artifact [d2f5cf4fea]:
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_历_基类_表_对_取一.lua — part of check-in [f1bea6a75e] at 2024-02-13 07:29:39 on branch trunk — 好 (user: 顽雨沉风, size: 937) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
13 14 15 16 17 18 19 | end -- 模 --~ 键 --~ 值 --~ 对中键 --~ 对中值 --~ 能 | | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | end -- 模 --~ 键 --~ 值 --~ 对中键 --~ 对中值 --~ 能 function s.模(u1, u2, u3, u4, u5) if u1 == nil then return u3, u4 elseif u5(u1, u2, u3, u4) then return u3, u4 else return u1, u2 end end -- 最短 --~ 最短键 |
︙ | ︙ |