YAAO (yet another assignment operator)

Dean Rubine dandb at cmu-cs-k.ARPA
Wed Dec 12 03:02:53 AEST 1984


   Here's one I always wanted: ->=

   For example:

	struct foo { /* stuff */  struct foo *next } *p;

	for(p = whatever; p != NULL; p ->= next)
		/* look at p->stuff */


	Dean Rubine  Arpa: Rubine at cmu-cs-a, Rubine at cmu-cs-k
		The major effect that the breakup of ATT has had on
		me is that I no longer know my uucp address.



More information about the Comp.lang.c mailing list