[688] in Coldmud discussion meeting

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

assignment operator change, perhaps something else?

daemon@ATHENA.MIT.EDU (Fri Mar 10 12:26:17 1995 )

From: brandon@avon.declab.usu.edu
To: coldstuff@MIT.EDU
Date: Fri, 10 Mar 95 10:08:58 -0700

Perhaps we do not need to change the assignment operator, but rather
we need to change the equals operator?  By not changing the assignment
operator it would leave the door open to adding '-=' and '+='...
Perhaps <> for equal to?...

----
if (x = a <= b)
  ...
else if (x = a >= c)
  ...
else if (x = a <> d)
  ...
----

Just a thought...

-Brandon