Differences From Artifact [a8ab4575b3]:
- File 残局文料/dfns_jvwg_ysaf/程序语言_月_基础类型_字串_全筛.lua — part of check-in [a6c983cea3] at 2024-01-29 09:38:45 on branch trunk — (/ω\) (user: 顽雨沉风, size: 310) [annotate] [blame] [check-ins using]
To Artifact [31ca7b5be7]:
- File 残局文料/dfns_jvwg_ysaf/程序语言_月_基础类型_字串_全筛.lua — part of check-in [b122e1cf9f] at 2024-01-29 12:31:25 on branch trunk — (/ω\) (user: 顽雨沉风, size: 339) [annotate] [blame] [check-ins using]
- File 残局文料/lua_lib/程序语言_月_基础类型_字串_全筛.lua — part of check-in [5e8e495c56] at 2024-01-30 07:29:00 on branch trunk — (/ω\) (user: 顽雨沉风, size: 339) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | local d_2 = {} function d_2.找字(o1, o2, o3, o4) if o1:find(o2, o3, o4) then return o1 end end --~ function d_2.返全文_普态_前缀态(o1, o2) --~ return d_2.返全文(o1, o2, 1, true) --~ end | > | 1 2 3 4 5 6 7 8 9 10 | local d_2 = {} function d_2.找字(o1, o2, o3, o4) --~ print(o1, o2, o3, o4) if o1:find(o2, o3, o4) then return o1 end end --~ function d_2.返全文_普态_前缀态(o1, o2) --~ return d_2.返全文(o1, o2, 1, true) --~ end |
︙ | ︙ |