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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Ada++ Date: Sun, 31 May 2020 13:40:08 +0200 Organization: A noiseless patient Spider Message-ID: References: <50711230-5b14-4278-b9d8-d197bbe3c93b@googlegroups.com> <85d07cd3-8f7b-4e19-81a9-397b53166b3d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 31 May 2020 11:40:08 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="bc9819bdc8314662b18a8adf84545a22"; logging-data="13695"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19N637dGc77t9w+aTjSYtpT" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 Cancel-Lock: sha1:eefnU2oEJK2mt4XI7YGkKtkbKY4= In-Reply-To: <85d07cd3-8f7b-4e19-81a9-397b53166b3d@googlegroups.com> Content-Language: sv Xref: reader01.eternal-september.org comp.lang.ada:58900 Date: 2020-05-31T13:40:08+02:00 List-Id: Den 2020-05-29 kl. 23:57, skrev Optikos: > Well, to be fair, C and its progeny have botched the original BCPL block-statement bracketing hints. Meaing they do not have them? Which is something I find a bad thing - or if you turn it around - I find having it a really good thing I also noted some yeasr aga that end procedure-name/end function-name is not mandatory in Ada. However gnat has a style option to warn if they are missing. That is a good thing too. other compilers may hae that - but I don't know. I also find lone begin/end - as in pascal - just as hard to read. And difficult to find if you happen to lose one - or pasting code into another piece of code -- Björn