[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: for infinite loop bug
- From: Mattias Karlgren <mattias@...>
- Date: Fri, 01 Nov 2002 22:25:01 +0100
Ok, I understand now.
Somehow I thought that the _ identifier was special
and meant not caring about the value.
But I realise now that it is just an ordinary variable name.
Maybe a warning while compiling could be useful.
Thanks!
Mattias
At 13:09 2002-11-01 -0800, you wrote:
>From the docs:
The behavior is undefined if you assign to index inside the block.
Curt