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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.135.99 with SMTP id pr3mr9406748pbb.9.1412432143907; Sat, 04 Oct 2014 07:15:43 -0700 (PDT) X-Received: by 10.140.94.10 with SMTP id f10mr3210qge.11.1412432143605; Sat, 04 Oct 2014 07:15:43 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!usenet.stanford.edu!uq10no3848927igb.0!news-out.google.com!i10ni60qaf.0!nntp.google.com!s7no466056qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 4 Oct 2014 07:15:43 -0700 (PDT) In-Reply-To: <1upa6p7nx1ar6$.ykhb0o5h2qen.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.206.53; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.206.53 References: <3ffbdc6a-e767-4de1-922f-c9c1ec748f4d@googlegroups.com> <017bf59f-074b-470e-b959-88e0a484bf63@googlegroups.com> <1upa6p7nx1ar6$.ykhb0o5h2qen.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <01611b4d-fe59-433c-ba6c-3ee75f8a3e26@googlegroups.com> Subject: Re: array of string From: AdaMagica Injection-Date: Sat, 04 Oct 2014 14:15:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189387 Date: 2014-10-04T07:15:43-07:00 List-Id: On Saturday, October 4, 2014 10:32:44 AM UTC+2, Dmitry A. Kazakov wrote: > this case either. Assignment is not an operation in Ada. Just being picky on nomenclature: There is an *assignment statement* in Ada, a part of that is the *assignment operation*. What you mean, is: Assignment is not an *operator* in Ada.