[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table constructor and loadstring()?
- From: Ben Sunshine-Hill <sneftel@...>
- Date: Thu, 10 Mar 2005 10:52:25 -0800
On Thu, 10 Mar 2005 19:45:46 +0100, PA <petite.abeille@gmail.com> wrote:
>
> Ooops... my bad... so... { foo = "bar" } is correct, right?
>
> But I need square brackets if I want something like "foo bar" = "baz",
> for example { [ "foo bar" ] = "baz" }, correct?
Yes, and I think so. Though when you think about it, I don't think
that allowing spaces would introduce parsing ambiguities.... hm.