Differences From Artifact [ab6deb19d0]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [d6631e3f10] at 2024-02-03 03:16:01 on branch trunk — 加释 (user: 顽雨沉风, size: 291) [annotate] [blame] [check-ins using]
To Artifact [3cb6139f67]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [e5e5b44097] at 2024-02-03 03:20:57 on branch trunk — 加能 (user: 顽雨沉风, size: 458) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 |
local k1_11
--~ 集排
k1_11 = {}
for o5 = 1, #o1_11 do
k1_11[#k1_11 + 1] = o1(o1_11[o5], o2, o3, o4)
end
return k1_11
end
return
| > > > > > > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
local k1_11
--~ 集排
k1_11 = {}
for o5 = 1, #o1_11 do
k1_11[#k1_11 + 1] = o1(o1_11[o5], o2, o3, o4)
end
return k1_11
end
function d_2.处理后返回新排(o1, o2, o3, o4)
local k1_9
k1_9 = {}
for o5 in o2(o1, o3, o4) do
k1_9[#k1_9 + 1] = o5
end
return k1_9
end
return
|