Subject: Re: value of assignment (Re: Order of the value of an expression changed? (PR#579))
From: ts <decoux moulon.inra.fr>
Date: Tue, 11 Feb 2003 15:53:07 +0900
References: 838
In-reply-to: 838
>>>>> "J" == J Herre <jlst / gettysgroup.com> writes:
J> * Might be confusing to count on assignment having side effects.
For me it's confusing if `bdb["blue"]' and `bdb["blue"] = "XYZ"' don't
give the same value.
Guy Decoux