|
Luiz Henrique de Figueiredo wrote:
I'm thinking about the cases for folks writing classes etc. Its clear there are cases where a sensible autogenerated name isn'tWhat name would you expect for the table created by the code below? a = {} b = a c = b a = nil
going to be easy (unless you just default to filename_lineNumber). Stephen