lua-users home
lua-l archive

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


on 8/12/03 5:39 AM, Luiz Henrique de Figueiredo at lhf@tecgraf.puc-rio.br
wrote:

> Use an upvalue instead, with value nil when the closure is created
> and set it to the correct Lua value after the closure is created with
> lua_setupvalue. 

Thanks. I hadn't thought to re-read the debug interface information.

Mark