游戏王残局简化版

Check-in [e5e5b44097]
Login

Check-in [e5e5b44097]

Overview
Comment:加能
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e5e5b44097dd9183e057426f903eb9dfc6e06861083b5b13c4617f757caede02
User & Date: 顽雨沉风 on 2024-02-03 03:20:57
Other Links: manifest | tags
Context
2024-02-03
03:22
加释 check-in: fb63b2804e user: 顽雨沉风 tags: trunk
03:20
加能 check-in: e5e5b44097 user: 顽雨沉风 tags: trunk
03:16
加释 check-in: d6631e3f10 user: 顽雨沉风 tags: trunk
Changes

Modified 残局文料/lua_lib/常用库.lua from [ab6deb19d0] to [3cb6139f67].

8
9
10
11
12
13
14








15
16
  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







>
>
>
>
>
>
>
>


8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  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
function d_2.处理后返回新排(o1, o2, o3, o4)
  local k1_9
  k1_9 = {}
  for o5 in o2(o1, o3, o4) do
    k1_9[#k1_9 + 1] = o5
    end
  return k1_9
  end
return