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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,344faf475a6f812a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.96.225 with SMTP id dv1mr14775638wib.6.1366697699681; Mon, 22 Apr 2013 23:14:59 -0700 (PDT) Path: hg5ni15460wib.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Interresting difference in Normal-Returns/Expression-Functions and Extended-Returns. Date: Tue, 23 Apr 2013 07:15:00 +0100 Organization: A noiseless patient Spider Message-ID: References: <97967083-d21d-4de2-aeb8-76d0d5818993@googlegroups.com> <1b3buvosg9fcq$.z1uq1tdfril2$.dlg@40tude.net> Mime-Version: 1.0 Injection-Info: mx05.eternal-september.org; posting-host="759faf2487b2ffad9ca6f5463a606de4"; logging-data="22929"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+tQOSUqG9E4+njXWOsE5bND7qsjUxb/+0=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:01O3yP5DlmNFeD6BLKDkgCnNQiM= sha1:cFyIeHhzeOZEfvUzy0ojxnc3c94= Content-Type: text/plain Date: 2013-04-23T07:15:00+01:00 List-Id: Shark8 writes: > On Monday, April 22, 2013 1:13:47 PM UTC-6, Dmitry A. Kazakov wrote: >> 4. Keywords to be written all lower case, if you want others be able >> to read your code. > > ... and here I thought we had these nifty tools for formatting > source-code according to the user's preference. It is not my fault > these aren't well-integrated into your IDE/text-editor. -- IOW, if > casing mattered I'd expect it to be enforced by the language. It doesn't matter to the compiler, but Ada is intended to be read by humans, and I agree with Dmitry. And this particular code isn't in an IDE.