index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lua-5.1.4
/
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