[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Proposal: add all metamethods to the 2.4 section
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 14 Oct 2013 08:17:55 -0300
> On the 2.4 section of the reference manual some metamethods are explained but not all.
>
> It would be great to see all the methods available at a glance, for instance missing methods are :
>
> __pairs
> __ipairs
> __gc
> __tostring
Execpt for __gc, the others are what we call "core metamethods": they
are features of the libraries.