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-03 11:34:28 PST Path: archiver1.google.com!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: 3 Jun 2003 11:34:28 -0700 Organization: http://groups.google.com/ Message-ID: <20619edc.0306031034.6a2f5f25@posting.google.com> References: <20619edc.0306021018.6ee4dd09@posting.google.com> <1054649187.11497@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 1054665268 25390 127.0.0.1 (3 Jun 2003 18:34:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 Jun 2003 18:34:28 GMT Xref: archiver1.google.com comp.lang.ada:38536 Date: 2003-06-03T18:34:28+00:00 List-Id: Hyman Rosen wrote in message news:<1054649187.11497@master.nyc.kbcfp.com>... > Jean-Pierre Rosen wrote: > > In a high level language like Ada, which is directed to the human reader, > > and identifier has a meaning in natural language. > > type color is ( red, green, blue ); > type mood is ( cheerful, angry, blue ); GADFLY Hyman, hyman; // work with me here! ;-) int shoo_away( GADFLY g ); shoo_away( Hyman ); Did the right GADFLY get shoo'ed away?