lua-users home
lua-l archive

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


On Thu, Jun 6, 2019 at 12:14 AM John Erling Blad wrote:
It would be better if
it included all literal values, and I can't see how this could be a
problem, but perhaps there are some other reason why this is
disallowed?



What should "x=x-1" mean then?
x = x(-1)
or
x = x - 1
?