lua-users home
lua-l archive

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


03.06.2019, 13:43, "Rodrigo Azevedo" <rodrigoams@gmail.com>:
> Alternative, we can __band them:
> local & constant = 5
> local & catched = 10 -- alternative name, because all 'local' are
> lexically 'scoped' and 'toclose' is ugly.

why "&" ? it is already used for bitwise AND. what about "$" ?