This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
csharp
/
Lua-CSharp
kopia lustrzana
https://github.com/nuskey8/Lua-CSharp.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
d6ceabfd08
Gałęzie
Tagi
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
64 B
Historia
Czysty
1
2
3
4
5
6
7
local x = 0
for _ = 0, 25000 do
x = add(x, 1)
end
return x