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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6d9eb594a33cb947 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-04 06:39:22 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: very specific question on Ada syntax Date: 04 Feb 2001 15:24:33 +0100 Organization: Enyo's not your organization Message-ID: <87hf2ah6fy.fsf@deneb.enyo.de> References: <87k87bs7az.fsf@deneb.enyo.de> <95asrd$sbm$1@nnrp1.deja.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:4921 Date: 2001-02-04T15:24:33+01:00 List-Id: Robert Dewar writes: > > A character literal is a prefix, taking attributes is allowed. In > > contrast, a string literal is not a prefix, see RM 4.1(2) and > > 4.1.4. > > > No, but "and" is! so a."and"'a'b is syntactically fine :-) Oops, Ada syntax is a lot more obscure than I thought. ;-)