lua-users home
lua-l archive

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


On Tue, May 20, 2014 at 2:22 PM, Thiago L. <fakedme@gmail.com> wrote:
> So I wanna do a t:[var]() operator (which's pretty much t:name() but it
> takes a var instead of a name) and I have no idea of how to do it...

a[var](a)

    -- that guy  :p