lua51-sys 0.1.0

Bindings for Lua 5.1.5
Documentation
1
2
3
4
5
-- echo command line arguments

for i=0,table.getn(arg) do
 print(i,arg[i])
end