Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site arizona.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!arizona!rogerh From: rogerh@arizona.UUCP (Roger Hayes) Newsgroups: net.lang.c Subject: Re: New operators in C (footnote on Icon) Message-ID: <18086@arizona.UUCP> Date: Thu, 29-Nov-84 15:58:53 EST Article-I.D.: arizona.18086 Posted: Thu Nov 29 15:58:53 1984 Date-Received: Fri, 30-Nov-84 07:54:37 EST References: <126@azure.UUCP> Organization: Dept of CS, U of Arizona, Tucson Lines: 7 Icon has assignment forms of every operator. It also has some multi-character operators. End result: a ~===:= b assigns b to a iff b is not the same datum as a. (It is equivalent to a := b). I have in the past accused Icon of being terrrifyingly consistent. It may not be natural, but it can be convenient!