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,2cd0b8b65b7d84fb,start X-Google-Attributes: gid103376,public From: RC Subject: Ada's Assembly Language Comments Date: 1997/07/03 Message-ID: #1/1 X-Deja-AN: 254273523 Distribution: world X-NNTP-Posting-Host: clanchy.demon.co.uk [158.152.48.37] Organization: Clanchy Newsgroups: comp.lang.ada Date: 1997-07-03T00:00:00+00:00 List-Id: Why does Ada have only the " -- " assembly language style, in-line comments and not block structured ones as in C or Pascal or better still nested block structured comments as in Modula 2? There must be some opinions on this but the only justifications I have heard seem rather spurious. (For example: "a student once had compilation problems when an open coment block went off the right hand of the screen with an editor which had line wrapping turned off.") The elegance of user defined stucture of code seems to rather disappear with the "knife and fork" nature of these comments. RC1