Re: Lua 5.1.1 and the __concat metamethod
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1.1 and the __concat metamethod
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2006年12月26日 08:58:38 -0200
> I was more interested if this was a bug (because the code implemented
> is different to the manual) or a defect in the manual (the add
> metamethod describes how concat works).
I would say it is a bug (even because other metamethods do not do
this "preconversion"). Just for curiosity, why does your code care
about this difference?
-- Roberto