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,start X-Google-Attributes: gid103376,public From: "Gold Rush Graphics" Subject: Comments? Date: 1999/01/16 Message-ID: <77qt10$c2m$1@winter.news.rcn.net>#1/1 X-Deja-AN: 433426663 X-Trace: cFAvvCewvNcztZ0OORPPmqx5Vf7H0Kwbibd+pNPRwnA= NNTP-Posting-Date: 16 Jan 1999 20:32:32 GMT Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Complaints-To: abuse@rcn.com Date: 1999-01-16T20:32:32+00:00 List-Id: I have a question...I am learning some programming languages and have noticed that some languages such as Pascal and C++ use delimiters on both ends of comments. Other languages, such as Fortran and Ada, use a symbol of symbols to indicate the beginning of a comment and the end of line to terminate it. Why would these languages take such different aprouches to solving the same problem and which method is better? --Seth