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,66bc6b039f1e005d X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Three simple questions Date: 2000/10/11 Message-ID: #1/1 X-Deja-AN: 681104746 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <2BED68CA963D6D55.A78776F656DA0452.75A61ED22116F1B6@lp.airnews.net> X-Trace: news.demon.co.uk 971463067 nnrp-03:24397 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-10-11T00:00:00+00:00 List-Id: Frank Christiny writes: > 3. How can one block-comment in Ada? > It can become cumbersome sometimes, adding all those "--"s in > front of a large block of code one wants to "test out" on the fly. > Again, are there any good technical-engineering reasons why this > feature was left out? If it's executable, you can say if False -- stuff end if but really your IDE should do it (in Emacs ada-mode, 'C-c ;' to comment and 'C-c :' to uncomment; Apex has this too)