lua-users home
lua-l archive

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


>I was just trying to figure out if it is possible to unload functions within
>a lua_state.

If the functions are stoed in global values, simply set these variables to nil
and call garbage collection.
--lhf