From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c1eb8931f0a45486 X-Google-Attributes: gid103376,public From: lrk@pobox.com (Lance Kibblewhite) Subject: Re: Comments? Date: 1999/01/18 Message-ID: #1/1 X-Deja-AN: 433992787 Content-Transfer-Encoding: 7bit References: <77qt10$c2m$1@winter.news.rcn.net> <77t3of$npa$1@nnrp1.dejanews.com> X-Orig-Message-ID: <36a33e15.2824831@library.airnews.net> Content-Type: text/plain; charset=us-ascii NNTP-Posting-Time: Mon Jan 18 07:59:50 1999 Organization: None. NNTP-Proxy-Relay: library2.iadfw.net Mime-Version: 1.0 Abuse-Reports-To: abuse at airmail.net to report improper postings Newsgroups: comp.lang.ada Date: 1999-01-18T00:00:00+00:00 List-Id: robert_dewar@my-dejanews.com wrote: >In article , > Matthew Heaney wrote: >> If you're using Pascal or C, then be sure to use an >> editor that supports color-coding. You have to make it >> obvious which part of your code is comment, and which is >> not. > >UCSD Pascal generated a warning when you commented out >a semicolon, quite useful :-) How did one sift through the false negatives, looking for the true negatives? Or did this simply cause semicolons to be not used within comments?