[694] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next next in chain last in chain last

Re: assignment operator

daemon@ATHENA.MIT.EDU (Fri Mar 10 19:56:27 1995 )

From: The Importance of Being Chuck <cadams@weather.Brockport.EDU>
To: riche@crl.com (Alex Stewart)
Date: Fri, 10 Mar 1995 19:46:19 -0500 (EST)
Cc: coldstuff@MIT.EDU
In-Reply-To: <199503100940.AA19697@crl2.crl.com> from "Alex Stewart" at Mar 10, 95 01:40:17 am

Alex Stewart drew these heiroglyphs:
> 
> If the results of expressions are going to be lvalues, they should be lvalues
> _consistently_, and not just when it's convenient (note also that there are

hardly.

foo = 1;   --- foo is an lvalue
bar = foo; --- foo is an rvalue