This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
OTH
/
repos_util
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
928cff60fe
Rami (Branch)
Tag
master
repos_util
/
Lua
/
lua-5.1.5
/
test
/
echo.lua
echo.lua
80 B
Cronologia
Originale
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end