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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a50a3c40267219cc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 12:22:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-xfer.siscom.net!newspump.sol.net!dfw-peer.news.verio.net!news.verio.net!stl-feed.news.verio.net!newsreader.wustl.edu!unlnews.unl.edu!newsfeed.ksu.edu!nntp.ksu.edu!news.okstate.edu!not-for-mail From: David Starner Newsgroups: comp.lang.ada Subject: Re: The caselessness is one of the things I like best! Date: 15 Oct 2001 18:15:58 GMT Organization: Oklahoma State University Message-ID: <9qf94u$9aa1@news.cis.okstate.edu> References: Reply-To: dstarner98@aasaa.ofe.org NNTP-Posting-Host: x8b4e5435.dhcp.okstate.edu User-Agent: slrn/0.9.7.2 (Linux) Xref: archiver1.google.com comp.lang.ada:14572 Date: 2001-10-15T18:15:58+00:00 List-Id: On Mon, 15 Oct 2001 19:29:26 +0200, Gerhard =?iso-8859-1?Q?H=E4ring?= wrote: > It's probably best described by an example what I mean with inconsistent > casing. > > VAR n: Integer; > BEGIN > N := 5; > > I'd want to get a syntax error here. But what if the code looks like VAR N: Integer; BEGIN [489 lines omitted] VAR n: Integer; BEGIN N := 5; [...] Then your code will silently do the wrong thing. -- David Starner - dstarner98@aasaa.ofe.org Pointless website: http://dvdeug.dhis.org "I saw a daemon stare into my face, and an angel touch my breast; each one softly calls my name . . . the daemon scares me less." - "Disciple", Stuart Davis