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