Re: local scope once again
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: local scope once again
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2006年12月12日 19:10:23 -0200
> I wouldn't mind getting a warning about the dual-localling of
> variables (within the same scope level).
Lua has no mechanism for warnings. Do you propose that lua_load and friends
return non-zero in this case and a warning message on the stack? How would
we turn warnings off?
--lhf