lua-users home
lua-l archive

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


On Fri, Oct 15, 2010 at 3:48 PM, Jonathan Castello <twisolar@gmail.com> wrote:
> I don't see why it shouldn't. In this script, 'o' is only ever used in
> H(), and it's always set to a new table at the beginning. Apart from
> cleanliness, there's nothing wrong with it.

right, i forgot that the nested-looking H(...H(..)) don't execute one
'inside' the other.  if H() did call H() it would be a nasty result

-- 
Javier