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!.POSTED!not-for-mail From: G. B. Newsgroups: comp.lang.ada Subject: Re: Latest suggestion for 202x Date: Wed, 19 Jun 2019 16:12:05 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <728c4668-8fa0-4a57-a502-2bf476fc3940@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 19 Jun 2019 16:12:05 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="2cd5cb58e1c492a016a2e527d9a3c55f"; logging-data="9963"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18hdaKS0FEFziCcHEnazSEaRwpjQyMkxuo=" User-Agent: NewsTap/5.3.4 (iPhone/iPod Touch) Cancel-Lock: sha1:lj+yDBkFuN8gWvEwQD78wuhb9Yg= sha1:5zTn5blKJsC0i4vEjJnaedOCOwQ= Xref: reader01.eternal-september.org comp.lang.ada:56685 Date: 2019-06-19T16:12:05+00:00 List-Id: Micah Waddoups wrote: > > type Some_Record is record > item_one:integer; > item_two:integer; > end record; > > Items2 : Some_Record := [40, 90]; > > > So, basically improving syntax for readability when specifying content. If a program does not specify content in the first place, it makes the specific values a matter of configuration. Seems preferable, to me. The argument about distinctive syntax via [,] is tempting and supported when observing newcomers to programming, if memory serves. In particular, it still does allow for labels.