|
|
||
|
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
>From the docs: The behavior is undefined if you assign to index inside the block.
Curt