lua-users home
lua-l archive

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


On 2/25/08, Hugo Etchegoyen <hetchegoyen@hasar.com> wrote:
>
>  I am a fan of 'continue' and I have already advocated for it before. Why
> should you cancel the scope rule? The given example is clearly a programming
> error. Why should programmers be protected from such errors?

ok, so what should be the outcome of that error?

- skip declaration/initialization?
- skip loop test?
- crash and burn?

-- 
Javier