lua-users home
lua-l archive

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


> Is there a way to do this with the existing API?

I think references provide what you are looking for.  Check section 5.14 in
the Lua 4.0 manual.

-John