This website requires JavaScript.
Explore
Help
Sign In
martin
/
protot
Watch
1
Star
0
Fork
You've already forked protot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5be914a99e
protot
/
3rdparty
/
lua-5.1
/
test
/
echo.lua
6 lines
80 B
Lua
Raw
Blame
History
-- echo command line arguments
for
i
=
0
,
table.getn
(
arg
)
do
print
(
i
,
arg
[
i
]
)
end
Reference in New Issue
View Git Blame
Copy Permalink