lua-users home
lua-l archive

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


Are may two assumptions below correct:

- For many objects written in C, the __close and __gc metamethods can be the same?
- If a <local> variable is closed (__close called), it will not be called by the garbagecollector?

Thanks,
Marc