This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
OTH
/
repos_util
Urmărește
3
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
928cff60fe
Ramuri
Etichete
master
repos_util
/
Lua
/
lua-5.1.5
/
test
/
echo.lua
echo.lua
80 B
Istoric
Crud
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end