From: utzoo!decvax!cca!dan@BBN-UNIX@sri-unix Newsgroups: net.unix-wizards Title: Re: Comments in C Article-I.D.: sri-unix.4164 Posted: Wed Nov 17 22:04:57 1982 Received: Fri Nov 19 06:23:57 1982 From: Dan Franklin Date: 14 Nov 1982 13:51:09 EST (Sunday) I disagree; I'm glad comments don't nest. If they did, every time I forgot a '*/' it would eat up the entire rest of the program, as opposed to the current situation where it only eats up until the next comment. This makes it considerably easier to find the missing close-comment. (Especially since I have a program which can, among other things, point out embedded comments.) Dan