游戏王残局简化版

Check-in [4f76259610]
Login

Check-in [4f76259610]

Overview
Comment:需支持两个程序,故将重复代码抽离
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4f762596105a7361c779845e4740905cdc1b9a8ca77c3fc1a8cbd440cc618bfe
User & Date: 顽雨沉风 on 2024-02-02 15:25:38
Other Links: manifest | tags
Context
2024-02-02
15:28
预计初始的常用库函数数量在4以下。 check-in: e3374c39ec user: 顽雨沉风 tags: trunk
15:25
需支持两个程序,故将重复代码抽离 check-in: 4f76259610 user: 顽雨沉风 tags: trunk
15:22
补上数据 check-in: 564e91a9f2 user: 顽雨沉风 tags: trunk
Changes

Modified 残局文料/用命令行工具排版lua文件.lua from [ca68d3d119] to [f595699210].

1
2
3


4
5
6
7
8
9
10
package.path = [[.\lua_lib\?.lua;]] .. package.path
package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
local 字集码互转库 = require("u8_to_a")


local k1 = 字集码互转库.u8_to_a("计算机_系统_窗口群_命令行_无窗口")
local 令行库 = require(k1)
local 简单文件系统库 = require("lfs")
local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_字串_逐一")
local 历文库 = require(k1)
local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_序排_逐一")
local 历排库 = require(k1)



>
>







1
2
3
4
5
6
7
8
9
10
11
12
package.path = [[.\lua_lib\?.lua;]] .. package.path
package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
local 字集码互转库 = require("u8_to_a")
local u8 = 字集码互转库.u8_to_a
local f = require(u8("常用库"))
local k1 = 字集码互转库.u8_to_a("计算机_系统_窗口群_命令行_无窗口")
local 令行库 = require(k1)
local 简单文件系统库 = require("lfs")
local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_字串_逐一")
local 历文库 = require(k1)
local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_序排_逐一")
local 历排库 = require(k1)