lua-users home
lua-l archive

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


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