Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
nitrofurano
/
luascripts
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
221074a45a
Větve
Značky
master
luascripts
/
scripts
/
minimalexamples
/
controlstructures
/
do.lua
do.lua
50 B
Historie
Surový
1
2
3
4
5
6
a=0
while (true) do
print(a)
a=a+1
end