lua-users home
lua-l archive

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




On Wed, Dec 5, 2018 at 2:00 AM Domingo Alvarez Duarte <mingodad@gmail.com> wrote:

Hello !

I've updated the repositories with fixes for compound operators on upvalues and also added pre/pos increment operators "++/--".

Open Tracking
If you don't mind my asking, what does this do?

tab[++#tab] = val

let's say #tab was 3, what happens?