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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,820de86ed0dafb8a X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Help Me Please :) Date: 2000/03/01 Message-ID: #1/1 X-Deja-AN: 591590147 References: <38BC7A6E.EC5DE68B@mindspring.com> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 951880148 207.214.215.41 (Tue, 29 Feb 2000 19:09:08 PST) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 29 Feb 2000 19:09:08 PST Newsgroups: comp.lang.ada Date: 2000-03-01T00:00:00+00:00 List-Id: In <38BC7A6E.EC5DE68B@mindspring.com> Al Johnston said: >to use a RANGE of strings from the string A to the string. I think it >should be >'A'..'Z' Correct. >then again, I said I was new to this stuff... I want my c back! Would you really prefer a language in which for(i="A";i<"Z";i++)printf("%c",i); is not caught at compile time, but instead gives you exciting debugging opportunities? ;)