On Sun, Sep 6, 2020 at 12:51 PM Robert Burke wrote:
x = {} <weak>
hello()
is a single statement in Lua
Indeed!
Chained comparisons
a < b > c
are syntactically correct in Lua, but useless in real code
(due to comparison always returns boolean value)
I believe nobody uses chained comparisons,
so no old code would be broken