This website works better with JavaScript
首頁
探索
說明
登入
csharp
/
Lua-CSharp
镜像来自
https://github.com/nuskey8/Lua-CSharp.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
目錄樹:
cf943e31ca
分支列表
標籤列表
byte-code-api-to-proto
execute-api
fix-sttf-time
main
meta-pairs
readme
remove-lua-coroutine
v0.5-dev
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
Lua-CSharp
/
sandbox
/
ConsoleApp1
/
test.lua
test.lua
84 B
文件歷史
原始文件
1
2
3
4
5
6
function f(n, a, ...)
local b
n, b, a = n-1, ..., a
assert(b == ...)
end