游戏王残局简化版

Annotation For 残局文料/lib_lua/删注/月程语_不虑字串.lua
Login

Annotation For 残局文料/lib_lua/删注/月程语_不虑字串.lua

Lines of 残局文料/lib_lua/删注/月程语_不虑字串.lua from check-in c9c3e39b9a that are changed by the sequence of edits moving toward check-in 14ff7a9f5f:

                         1: local d_3 = {}
c9c3e39b9a 2024-01-23    2: function d_3.多行注_套娃态(o1)
c9c3e39b9a 2024-01-23    3:   return o1:gsub("%-%-%[(=*)%[.-%]%1%]", "")
c9c3e39b9a 2024-01-23    4:   end
c9c3e39b9a 2024-01-23    5: function d_3.多行注_凡态(o1)
c9c3e39b9a 2024-01-23    6:   return o1:gsub("%-%-%[%[.-%]%]", "")
c9c3e39b9a 2024-01-23    7:   end
                         8: function d_3.单行注(o1)
                         9:   return o1:gsub("%-%-[^\n]*", "")
                        10:   end
c9c3e39b9a 2024-01-23   11: function d_3.事启(o1)
c9c3e39b9a 2024-01-23   12:   o1 = d_3.多行注_套娃态(o1)
c9c3e39b9a 2024-01-23   13:   return d_3.单行注(o1)
c9c3e39b9a 2024-01-23   14:   end
                        15: return d_3