lua-users home
lua-l archive

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


Hi!
I thought I'd resurrect an old suggestion for
the Lua5.1 timeframe: rawtostring().  I'd find
this useful for printing the 'raw' unique name
of a table-based object that otherwise tries to
pretty-print itself in a way that's useless for
debugging.
(Doing this as an additional parameter to tostring()
would also be fine.)
Thanks,
--Adam