Differences From Artifact [38bbf2e477]:
- File 残局文料/lua_lib/算机_程语_月_基类_能_传能_基类.lua — part of check-in [5b9fb5e09f] at 2024-02-13 05:00:42 on branch trunk — 好 (user: 顽雨沉风, size: 186) [annotate] [blame] [check-ins using]
To 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]
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, o3)
if type(u1) == u2 then
return o3(u1)
else
return u1
end
end
return s
|