GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/lua-patches.git
5.1.5
5.3.6
5.4.4
5.4.6
Lua patches for integration in Gentoo
Lua project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
echo.lua
blob: 4313439a855a73a7a63eb39124cb316694514b9b (
plain
)
1
2
3
4
5
-- echo command line arguments
for
i
=
0
,
table
.
getn
(
arg
)
do
print
(
i
,
arg
[
i
])
end