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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Is this a bug in my code or the compiler? Date: Fri, 12 Jun 2015 22:40:18 +0100 Organization: A noiseless patient Spider Message-ID: References: <4f4cd4b1-0a6d-441b-a4f7-98add70e4e1e@googlegroups.com> <1p71vf5ckbudu$.1qcb9ot1jpysk.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="2c7d8f71a176d2eaa78ec9fbd86e1d4a"; logging-data="25249"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ZENpse3VdGPMD23BToP8mEOC71okaJ4c=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:IAz42g9/CW6dwAE1c4KZdfjF8cY= sha1:b+rUbu/Qoat6Ss2PrsnhVTKvq38= Xref: news.eternal-september.org comp.lang.ada:26297 Date: 2015-06-12T22:40:18+01:00 List-Id: "Jeffrey R. Carter" writes: > On 06/12/2015 12:55 PM, Simon Wright wrote: >> "Jeffrey R. Carter" writes: >> >>> function "&" (Left : in Character; Right : in String) return String; >> >> function "&" (Left : in Character; Right : in Character) return String; >> >> ARM 4.5.3(4) (which actually defaults the mode rather than saying 'in') > > No, the function he was using as his right argument returned String. I'll get me coat