lua-users home
lua-l archive

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


On Thursday 23 September 2004 10:37, Jamie Webb wrote:
> The value assigned to y is not the just-assigned x but the original
> global x. The local x is not yet in scope at that point.

Oh, I see. Thanks for clearing that up. I was thinking of startpc as "the 
instruction where a given local is assigned to a register".

-- Hisham