Differences From Artifact [bd6b879292]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [e3374c39ec] at 2024-02-02 15:28:20 on branch trunk — 预计初始的常用库函数数量在4以下。 (user: 顽雨沉风, size: 24) [annotate] [blame] [check-ins using]
To Artifact [b6050f539c]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [39eed9e6f2] at 2024-02-02 15:31:20 on branch trunk — 加能 (user: 顽雨沉风, size: 205) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 | + + + + + + + + | local d_3 = {} function d_2.历排(o1_11, o1, o2, o3, o4) 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 |