[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Multiple assignments to the same variable
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 13 Jul 2010 12:42:47 -0300
> I realized that until the first nil value is encountered, that it
> would assign the value of the element and nil to the same index -
> which is undefined as I know now. Thanks for that hint... maybe the
> manual on assignments should cover this case and state that the
> behavior is undefined?
Usually we consider that what the manual does not say is undefined.
-- Roberto