Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
nitrofurano
/
luascripts
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
221074a45a
Gałęzie
Tagi
master
luascripts
/
scripts
/
minimalexamples
/
runtime
/
arg.lua
arg.lua
107 B
Historia
Czysty
1
2
3
4
5
6
a_st="command args:"..tostring(#arg);print(a_st);print("")
for i=0,(#arg),1 do
print(arg[i])
end