From: utzoo!decvax!harpo!npoiv!npois!houxm!houxa!houxi!houxz!ihnp4!ixn5c!inuxc!pur-ee!uiucdcs!kos
Newsgroups: net.misc
Title: Re: North Dakota - (nf)
Article-I.D.: uiucdcs.1409
Posted: Fri Jan 28 15:41:50 1983
Received: Tue Feb  1 08:55:24 1983

#R:burdvax:-50600:uiucdcs:10600041:000:511
uiucdcs!kos    Jan 28 13:35:00 1983

Actually, saying "C = PASCAL" may not be incorrect.  It depends on
which of the languages you're doing it in.  If it's in Pascal, then
obviously "C = PASCAL" (as a conditional expression) is incorrect.
However, if you're saying it in C, "C = PASCAL" is a legitimate
(although questionable) assignment statement.

Apples and oranges, anyway.  (Which DON'T come from North Dakota.)



				#include 
				main()
				{
					printf("Phil Kos\n");
					printf("University of Illinois\n");
					exit(0);
				}