Re: Lua: "Portuguese for 'Javascript'"
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua: "Portuguese for 'Javascript'"
- From: Paul K <paulclinger@...>
- Date: Fri, 6 Sep 2013 21:11:18 -0700
>> Powerful heterogeneous tables that store values of any type (except nil) and can be indexed by values of any type (except nil): [1, 2, 5, foo = "bar", [func] = "something", ["some spaces"] = value()].
> That's not a table constructor...
Indeed; fixed. Thank you.
Paul.