Overview
Comment: | 加能 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
39eed9e6f2a46c17cf6bfe231cb704f9 |
User & Date: | 顽雨沉风 on 2024-02-02 15:31:20 |
Other Links: | manifest | tags |
Context
2024-02-02
| ||
15:33 | 加释 check-in: b29c01f0b6 user: 顽雨沉风 tags: trunk | |
15:31 | 加能 check-in: 39eed9e6f2 user: 顽雨沉风 tags: trunk | |
15:28 | 预计初始的常用库函数数量在4以下。 check-in: e3374c39ec user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/常用库.lua from [bd6b879292] to [b6050f539c].
1 2 | local d_3 = {} return | > > > > > > > > | 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 |