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.58.100.20 with SMTP id eu20mr27676563veb.6.1405092929969; Fri, 11 Jul 2014 08:35:29 -0700 (PDT) X-Received: by 10.182.66.131 with SMTP id f3mr22071obt.25.1405092929703; Fri, 11 Jul 2014 08:35:29 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!r10no1032254igi.0!news-out.google.com!bp9ni5igb.0!nntp.google.com!h18no84008igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 11 Jul 2014 08:35:28 -0700 (PDT) In-Reply-To: <58Kvv.9105$Zt3.1101@fx02.iad> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <58Kvv.9105$Zt3.1101@fx02.iad> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Comments requested for a couple of Ada-Comments submissions From: Adam Beneschan Injection-Date: Fri, 11 Jul 2014 15:35:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:187521 Date: 2014-07-11T08:35:28-07:00 List-Id: On Thursday, July 10, 2014 9:56:36 PM UTC-7, Shark8 wrote: > > One suggested syntax would be: > > A := (A changing C => D, E => F); > > or > > A := (A updating C => D, E => F); > > where A is a record and C and E are record components. > I don't really like the new keyword idea. A := (C => D, E => F, others => A.others); ??? -- Adam