Re: Small question about os.exit and __gc
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Small question about os.exit and __gc
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年3月14日 17:23:34 -0300
> Just for clarification -- associating userdata-to-userdata will be in
> 5.3?
In Lua 5.3, you will be able to set any Lua value as the user value
(lua_[gs]etuservalue) of a userdata.
-- Roberto