[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: non-locals are only sometimes global?
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 21 Jul 2010 12:27:20 +0200
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.