New operators in C (footnote on Icon)

Roger Hayes rogerh at arizona.UUCP
Fri Nov 30 06:58:53 AEST 1984


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!



More information about the Comp.lang.c mailing list