Subtle C's

lwe3207 at acf4.UUCP lwe3207 at acf4.UUCP
Sun Apr 22 09:30:00 AEST 1984


Nf-From: acf4!lwe3207    Apr 21 18:30:00 1984


[]

Another subtle non-equivalence:

	while (a) if (b) foo; else bar;

is not a syntax error, but is not equal to

	while (a) { if (b) foo; else bar; }



More information about the Comp.lang.c mailing list