[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua5.1 suggestion: rawtostring()
- From: "Adam D. Moss" <adam@...>
- Date: Tue, 21 Sep 2004 09:28:51 +0100
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