Differences From Artifact [2ecc02809a]:
- File 残局文料/lib/程语_月_基类_文_遍历.lua — part of check-in [a2e76b01c2] at 2024-01-26 08:01:22 on branch trunk — (/ω\) (user: 顽雨沉风, size: 151) [annotate] [blame] [check-ins using]
To Artifact [326bf821ad]:
- File 残局文料/lib/程语_月_基类_文_遍历.lua — part of check-in [19823fddda] at 2024-01-26 10:40:38 on branch trunk — (/ω\) (user: 顽雨沉风, size: 174) [annotate] [blame] [check-ins using]
1 2 |
local d_2 = {}
function d_2.遍历(o1, o2, o3)
| | | | | | | | > | 1 2 3 4 5 6 7 8 9 10 11 |
local d_2 = {}
function d_2.遍历(o1, o2, o3)
local k1_9
k1_9 = {}
for o4 in o2(o1, o3) do
k1_9[#k1_9 + 1] = o4
end
return k1_9
end
return d_2
|