Re: Greetings, and a question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Greetings, and a question
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年4月11日 21:35:09 -0300 (EST)
>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