lua-users home
lua-l archive

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


in my c function (registered as foo) I push two numbers on the stack. In my script, I have this:

x,y = foo()

but only x gets a value, y is set to nil. What am I doing wrong here? Roberto's book does not really talk about embedding.

~S