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,d290bc911682f257 X-Google-Attributes: gid103376,public From: John English Subject: Re: A simple question Date: 2000/10/24 Message-ID: <39F55032.55B99D4E@bton.ac.uk>#1/1 X-Deja-AN: 685168845 Content-Transfer-Encoding: 7bit References: <8srlqn$a8n$1@eng-ser1.erg.cuhk.edu.hk> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@bton.ac.uk X-Trace: saturn.bton.ac.uk 972378193 5036 193.62.183.204 (24 Oct 2000 09:03:13 GMT) Organization: University of Brighton Mime-Version: 1.0 NNTP-Posting-Date: 24 Oct 2000 09:03:13 GMT Newsgroups: comp.lang.ada Date: 2000-10-24T09:03:13+00:00 List-Id: Kennan wrote: > can anyone tell me that is there any differences between "isnew" and "is > new" ??? ??? "isnew" is a 5-character string literal, "is new" is a 6-character string literal; or: isnew is a valid identifier, is new is a sequence of two reserved words. What's the context of the question? ----------------------------------------------------------------- John English | mailto:je@brighton.ac.uk Senior Lecturer | http://www.it.bton.ac.uk/staff/je Dept. of Computing | ** NON-PROFIT CD FOR CS STUDENTS ** University of Brighton | -- see http://burks.bton.ac.uk -----------------------------------------------------------------