lua-users home
lua-l archive

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


On Wed, Jul 21, 2010 at 12:23 PM, Warlich, Christof
<christof.warlich@thermofisher.com> wrote:
> Why is “word” not a global?

Any loop variables in a for-statement are local to the block.