This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
csharp
/
Lua-CSharp
cermin dari
https://github.com/nuskey8/Lua-CSharp.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
3dc08599b8
Ranting
Tag
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
/
Benchmark
/
add.lua
add.lua
61 B
Riwayat
Mentahan
1
2
3
4
5
6
7
local x = 0
for i = 0, 10000 do
x = x + i;
end
return x