lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jul 9, 2015 at 4:30 PM, slayer beast <slayerbeast@gmail.com> wrote:
> I would love to have a syntax like this:
>
> some_table['a_name', 'another'] = a, b

Sadly this conflicts with one of the suggestions for the tuple-keyed
table proposal. We can't have them both.

/s/ Adam