This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
OTH
/
repos_util
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
64b60fced8
Ramos
Etiquetas
master
repos_util
/
Lua
/
lua-5.1.5
/
test
/
echo.lua
echo.lua
80 B
Histórico
Em bruto
1
2
3
4
5
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end