comp.lang.ada
 help / color / mirror / Atom feed
From: NiGHTS <nights@unku.us>
Subject: Re: Ada Procedure Parameters That Use the Plus Sign
Date: Thu, 11 Jun 2015 11:21:28 -0700 (PDT)
Date: 2015-06-11T11:21:28-07:00	[thread overview]
Message-ID: <9c5f2b01-edde-4521-beb7-867cba9526d9@googlegroups.com> (raw)
In-Reply-To: <c68f9050-e32f-4c39-8337-7cc13f23953f@googlegroups.com>

On Thursday, June 11, 2015 at 1:36:19 PM UTC-4, David Botton wrote:
> Ada allows operator overloading. So look for where "+" is defined in the code.
> 
> http://www.adaic.org/resources/add_content/standards/05rm/html/RM-6-6.html

According to your link there are two forms of the call.

A := B + C;
A := "+"(B, C);

But in this case we are dealing with apparently one parameter, so does that mean that the first form is being used with B omitted like this... 

A := + C;

If so, is it also valid to do this?

A := C +;


  reply	other threads:[~2015-06-11 18:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-11 17:24 Ada Procedure Parameters That Use the Plus Sign NiGHTS
2015-06-11 17:36 ` David Botton
2015-06-11 18:21   ` NiGHTS [this message]
2015-06-11 18:52     ` David Botton
2015-06-12  8:00 ` Dmitry A. Kazakov
2015-06-12  8:45 ` Jacob Sparre Andersen
2015-06-12 15:19 ` NiGHTS
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox