I'm writing routines for saving/restoring Lua table to/from file and I have the question: How can I find out the name of object from the object, i.e foo={} print(?) -- must print 'foo' -- With your bare hands?!?