expression sequencing bugs

Daniel Efron defron at violet.berkeley.edu
Sat Oct 4 16:45:34 AEST 1986


In article <1269 at umd5> don at umd5.umd.edu (Chris Sylvain) writes:
>>>    /* a = b + b + b */
>>>    a = ((b=1),b) + ((b=2),b) + ((b=3),b)
>>>
>The microVAX running Ultrix V1.2 that I am using insists the result
>is 9.
>Has anyone tested 4.3BSD yet?

The result is 9 on 4.3BSD.

	       -- Dan Efron



More information about the Comp.lang.c mailing list