Differences From Artifact [da46818a11]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [886d224d41] at 2024-02-03 06:05:56 on branch trunk — 加释 (user: 顽雨沉风, size: 1833) [annotate] [blame] [check-ins using]
To Artifact [ac65434f80]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [6635e5ac89] at 2024-02-03 06:26:37 on branch trunk — 统一 (user: 顽雨沉风, size: 1938) [annotate] [blame] [check-ins using]
︙ | |||
83 84 85 86 87 88 89 90 91 | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | + + + + + + | --~ 文件 k1_4 = io.open(o1, o2 or "r") --~ 文 k1 = k1_4:read("a") k1_4:flush() k1_4:close() return k1 end --~ 常量排 function d_4.加对限(o1_11) for o1 = 1, #o1_11 do o1_11[o1] = end end return d_4 |