Re: LUA Vs Javascript
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA Vs Javascript
- From: Stephen Kellett <lua@...>
- Date: 2008年6月30日 13:09:19 +0100
Luiz Henrique de Figueiredo wrote:
What name would you expect for the table created by the code below?
a = {}
b = a
c = b
a = nil
I'm thinking about the cases for folks writing classes etc. Its clear
there are cases where a sensible autogenerated name isn't
going to be easy (unless you just default to filename_lineNumber).
Stephen