Differences From Artifact [9312192c52]:
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_基类.lua — part of check-in [a4c0b3bd26] at 2024-02-13 05:09:26 on branch trunk — 好 (user: 顽雨沉风, size: 186) [annotate] [blame] [check-ins using]
To Artifact [7aa399f071]:
- File single_doc/lua_lib/算机_程语_月_基类_能_传能_基类.lua — part of check-in [60c256f91b] at 2024-06-27 23:36:58 on branch trunk — 0 (user: 顽雨沉风, size: 186) [annotate] [blame] [check-ins using]
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_基类.lua — part of check-in [4c19907139] at 2024-02-13 05:10:00 on branch trunk — 好 (user: 顽雨沉风, size: 186) [annotate] [blame] [check-ins using]
1 2 3 4 5 | local s = {} -- 启 --~ 值 --~ 值类 --~ 办值的能 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | local s = {} -- 启 --~ 值 --~ 值类 --~ 办值的能 function s.操类(u1, u2, u3) if type(u1) == u2 then return u3(u1) else return u1 end end return s |