This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ceb79c5bb85b15eb460e48bd7ec4a351d743eb7e
itgmania212121
/
extern
/
lua-5.1
/
test
/
echo.lua
T
6 lines
80 B
Lua
Raw
Normal View
History
Unescape
Escape
Line endings...be normalized!
2011-03-17 01:47:30 -04:00
-- echo command line arguments
for
i
=
0
,
table.getn
(
arg
)
do
print
(
i
,
arg
[
i
])
end
Reference in New Issue
Copy Permalink