lua-users home
lua-l archive

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




On 2017-08-28 03:19 PM, Egor Skriptunoff wrote:
On Mon, Aug 28, 2017 at 7:29 PM, Soni L. wrote:

    A while back I talked about component syntax, which I described as
    `a:b.c()` and `a:[b].c()`.


And what does this syntax mean?


a:b.c() -> a.b.c(a)

a:[b].c() -> a[b].c(a)

--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.