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,6cba88feacd3c2c5 X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Re: Continue/next statement, static variables, and block comments Date: 1996/07/24 Message-ID: <4t3r12$2h8@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 169775491 distribution: world references: <4ssspn$501@umbc10.umbc.edu> <4t2ohl$brq@michp1.redstone.army.mil> content-type: text/plain; charset=ISO-8859-1 organization: RMIT, Melbourne, Australia mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-07-24T00:00:00+00:00 List-Id: Robert A Duff writes: "(2) it's easy to see that the code is commented out, because every line is marked with "--", so you don't have to know that 50 lines above your editor window, there's a begin-comment marker." This can be less of a problem with editors that have colour coding for the comments. Dale