MegaGlest/mk/linux/mojosetup/lua/test/echo.lua

6 lines
80 B
Lua
Raw Normal View History

2010-04-25 05:01:17 +02:00
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end