[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question on get/setmetatable()
- From: Francisco Olarte <folarte@...>
- Date: Mon, 25 May 2020 10:11:09 +0200
Philippe:
On Mon, May 25, 2020 at 12:57 AM Philippe Verdy <verdyp@gmail.com> wrote:
> Le dim. 24 mai 2020 à 19:55, Francisco Olarte <folarte@peoplecall.com> a écrit :
>> On Sun, May 24, 2020 at 2:23 PM Philippe Verdy <verdyp@gmail.com> wrote:
>> > - {[10]=11}, why not just {10=11} ???
>> > - {['a string']='something'}, why not just {'a string'='something') ?
>> No, it is not. In your example above, how do you differentiate betwee
>> "1".."0" and 5+5 ( both written as 10 )
> by the quotes!! I do not mean that {10 = 11} with an number key is the same as {'10' = 11} with a string key
Yeah, you are right, I misread the message,m time for anew prescription.
Francisco Olarte.