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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d472879e3f609e0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-02 14:21:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: snarflemike@yahoo.com (Mike Silva) Newsgroups: comp.lang.ada Subject: Re: Case sensitivity (was Re: no title) Date: 2 Jun 2003 14:21:51 -0700 Organization: http://groups.google.com/ Message-ID: <20619edc.0306021321.1aff7b64@posting.google.com> References: <20619edc.0306021018.6ee4dd09@posting.google.com> <1054578576.281946@master.nyc.kbcfp.com> NNTP-Posting-Host: 154.6.152.68 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1054588911 31441 127.0.0.1 (2 Jun 2003 21:21:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Jun 2003 21:21:51 GMT Xref: archiver1.google.com comp.lang.ada:38403 Date: 2003-06-02T21:21:51+00:00 List-Id: Hyman Rosen wrote in message news:<1054578576.281946@master.nyc.kbcfp.com>... > Mike Silva wrote: > > Going back to first principles, different case does not change the > > meaning of words (at least in English!). > > YOU ARE 100% WRONG! Well, Hyman, I think you're just messing with me, but how is your sentence different than "you are 100% wrong!" Which words changed meaning? Certainly by convention there is a difference of emphasis with all caps, but how would you translate that into program identifiers? int CUP; // the critical variable for this function! int cup; // a much-less important variable > You may also want to read Winnie the Pooh. Always a good suggestion, but not, maybe, for the reasons you imagine! SO THERE!