[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question on get/setmetatable()
- From: Francisco Olarte <folarte@...>
- Date: Sun, 24 May 2020 21:32:43 +0200
On Sun, May 24, 2020 at 8:18 PM pocomane <pocomane_7a@pocomane.com> wrote:
>
> On Sun, May 24, 2020 at 7:55 PM Francisco Olarte wrote:
> > And how do you parse "{a=1,b=2}", as ["a"]=1,["b"]=2 or as ["a=1,b"]=2
> > or, if you allow the same extension in values, ["a"]="1,b=2" ?
> I think the"Proposal" was to make valid
> a = { "f" = "val1", 1 = "val2" }
Yep, you seem to be right, upon consulting some archive.
Francisco Olarte.