|
One thing I've run into with Lua 5.3-work1 is that I want to make code
which is portable between different versions of Lua, and while this is
usually pretty easy by simply using runtime tests, one can't use
anything which is invalid syntax in earlier Lua versions, like the
"//" operator.