lua-users home
lua-l archive

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


On Tue, Aug 18, 2020 at 1:37 PM Sergey Zakharchenko <doublef.mobile@gmail.com> wrote:
t0: create a single table, assign using a[1],a[2],a[3]=...
(effectively cheating as this limits argument count)

A better version of this is `a = {...}`.