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: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Is this a bug in my code or the compiler? Date: Fri, 12 Jun 2015 13:40:54 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <4f4cd4b1-0a6d-441b-a4f7-98add70e4e1e@googlegroups.com> <1p71vf5ckbudu$.1qcb9ot1jpysk.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Fri, 12 Jun 2015 20:39:39 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="a3855fbfe1a666be9aefba0563039ed5"; logging-data="11564"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18NAwaSjirFJ56PmbVaXUbJDq+qwDgtRaw=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: Cancel-Lock: sha1:IipAYJ7002v4kbRpAMhoUNa6g88= Xref: news.eternal-september.org comp.lang.ada:26296 Date: 2015-06-12T13:40:54-07:00 List-Id: 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. -- Jeff Carter "Unix and C are the ultimate computer viruses." Richard Gabriel 99