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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,999172cfe4113340 X-Google-Attributes: gid103376,public From: Jeff Carter Subject: Character vs. String comparisons (was: Re: How to implement a continue statement in Ada?) Date: 2000/02/12 Message-ID: <38A5C749.5C78D952@earthlink.net>#1/1 X-Deja-AN: 585105306 Content-Transfer-Encoding: 7bit References: <87pgm3$o3p$1@nnrp1.deja.com> <87pmrq$9ae1@news.cis.okstate.edu> <87s8s3$aai1@news.cis.okstate.edu> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-ELN-Date: Sat Feb 12 13:50:33 2000 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.prod.itd.earthlink.net 950392233 63.10.51.67 (Sat, 12 Feb 2000 13:50:33 PST) Organization: EarthLink Network, Inc. MIME-Version: 1.0 Reply-To: jrcarter@acm.org NNTP-Posting-Date: Sat, 12 Feb 2000 13:50:33 PST Newsgroups: comp.lang.ada Date: 2000-02-12T00:00:00+00:00 List-Id: David Starner wrote: > elsif char (1) = '(' and char (2) = '*' then Is there some reason you didn't write elsif char (1 .. 2) = "(*"; ? Just curious. -- Jeff Carter "You empty-headed animal-food-trough wiper." Monty Python & the Holy Grail