lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

Anybody can help?
I dont understand why this fails,

 46      local connections = {}
 57        socket.select(connections)

although
$ lua
require("socket")
foo = {}
socket.select(foo)
works. Why?

What do you mean by "works" vs. "doesn't work"?

[]s,
Diego.