lua-users home
lua-l archive

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


On 2018-08-23 10:20, Roland wrote:
*snip*
print(pcall(pairs, true))
*snip*
I do not understand what is going on under Lua 5.3.5. Note that,
with a previous version (Lua 5.3.2 for example), I still have the
same result than Lua5.2 and 5.1 case.

The behavior already changed in 5.3.4.

See <http://lua-users.org/lists/lua-l/2017-01/msg00242.html> for more
details.

-- nobody