index
:
clyne/gamedev2
master
ui
world
gamedev but better
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
LuaBridge
/
Tests
/
Lua
/
Lua.5.1.5
/
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