lua-users home
lua-l archive

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


> I would hope not. Why would error call the __tostring metamethod on an object?

The standalone interpreter prints the error message and this triggers
the __tostring metamethod.