Differences From Artifact [0966247b71]:
- File 残局文料/lua_lib/程序语言_月_基础类型_字串_逐一.lua — part of check-in [1265aac793] at 2024-02-13 05:10:43 on branch trunk — 好 (user: 顽雨沉风, size: 197) [annotate] [blame] [check-ins using]
To Artifact [794646ede7]:
- File 残局文料/lua_lib/程序语言_月_基础类型_字串_逐一.lua — part of check-in [f1bea6a75e] at 2024-02-13 07:29:39 on branch trunk — 好 (user: 顽雨沉风, size: 197) [annotate] [blame] [check-ins using]
1 2 3 4 | local d_2 = {} function d_2.处理后返回新排(u1, u2, u3, u4) local k1_9 k1_9 = {} | | | | 1 2 3 4 5 6 7 8 9 10 11 | local d_2 = {} function d_2.处理后返回新排(u1, u2, u3, u4) local k1_9 k1_9 = {} for u5 in u2(u1, u3, u4) do k1_9[#k1_9 + 1] = u5 end return k1_9 end return d_2 |