From: utzoo!decvax!harpo!floyd!stan Newsgroups: net.followup Title: C style fortifications Article-I.D.: floyd.741 Posted: Thu Oct 28 10:01:52 1982 Received: Fri Oct 29 01:24:55 1982 The sad thing is, the following program compiles and prints out the integers from one to nine. ma/*ny programs like this can w*/in() { in/*teger storage, one word uni*/t a,b; b = 0; for (a = 0; a<10; a++) { i/*f and only i*/f (a =/*equivalence*/= b) /*of*/ co/*urse, here we co*/ntinue; prin/*t ou*/t/* to the */f/*ile*/("%d\n",/*the v*/a/*riable*/); } }