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,3796c9f26082a2b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-12 16:32:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.socal.rr.com!cyclone3.kc.rr.com!news3.kc.rr.com!twister.socal.rr.com.POSTED!not-for-mail From: David Brown Subject: Re: Ada has no continual line(s) ?? Newsgroups: comp.lang.ada References: <3cf652a0.31278796@news.demon.co.uk> <97xJ8.18262$wd3.3068622@news6-win.server.ntlworld.com> <5ee5b646.0205310650.5d38b770@posting.google.com> User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (Linux/2.4.18 (i686)) Message-ID: Date: Wed, 12 Jun 2002 23:32:45 GMT NNTP-Posting-Host: 24.165.4.233 X-Complaints-To: abuse@rr.com X-Trace: twister.socal.rr.com 1023924765 24.165.4.233 (Wed, 12 Jun 2002 16:32:45 PDT) NNTP-Posting-Date: Wed, 12 Jun 2002 16:32:45 PDT Organization: RoadRunner - West Xref: archiver1.google.com comp.lang.ada:25836 Date: 2002-06-12T23:32:45+00:00 List-Id: Keith Thompson wrote: > dewar@gnat.com (Robert Dewar) writes: > [...] >> Actually this is a weakness in Ada. It is not always the >> case that you can replace a long string literal with several string >> literals concatenated together (it is >> interesting to leave this up to the reader to figure >> out when it fails :-) > > Ok, I give up. (I was thinking of pragma arguments, but the string > argument to the Import, Export, and Linker_Options pragmas just have > to be static.) How about: function "ab" & "s" (Right : Hmm) return Hmm; Any others?