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-Thread: 103376,dc1fff2721602dfa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.81.225 with SMTP id d1mr1975010pay.25.1359730168851; Fri, 01 Feb 2013 06:49:28 -0800 (PST) Path: 6ni29508pbd.1!nntp.google.com!news.glorb.com!feeder.erje.net!us.feeder.erje.net!xmission!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Ada and string literals Date: Fri, 01 Feb 2013 09:49:27 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <4978d638-a04b-4561-85e9-cf6620265af2@googlegroups.com> <85wqus1887.fsf@stephe-leake.org> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1359730168 10793 192.74.137.71 (1 Feb 2013 14:49:28 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 1 Feb 2013 14:49:28 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:YbQo2qUpNlsdLhiJxBgYF1xJiXA= Content-Type: text/plain; charset=us-ascii Date: 2013-02-01T09:49:27-05:00 List-Id: Stephen Leake writes: > That's what "+" is for: Yeah, I use that technique sometimes. But it feels more like a "workaround" than a "technique". > I would be _very_ nice if that definition of "+" was in Ada.Strings > somewhere. It would be even nicer if you could declare an array-of-String. - Bob