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: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Variable initialized to <> Date: Tue, 14 Oct 2014 11:29:08 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <0660a64b-cbd1-4fee-a454-3231351b622c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Tue, 14 Oct 2014 18:29:07 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="206f88a41f45fc94d25d07d064d738e2"; logging-data="1512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+/kDacEJdPsI5T+zLRKFmAtfAPTbCloBY=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: <0660a64b-cbd1-4fee-a454-3231351b622c@googlegroups.com> Cancel-Lock: sha1:D8kveVSYYwQyUFWO9ZlaUXhOkGw= Xref: number.nntp.giganews.com comp.lang.ada:189774 Date: 2014-10-14T11:29:08-07:00 List-Id: On 10/14/2014 11:02 AM, Mab wrote: > > What does it mean to initialize variables to an unspecified range <>: > > For example: > Record1: Rec_Type1 := > (ID => <>, > Label => <>, > Active => <>); Record1 is a variable; ID, Label, and Active are component names in a record aggregate. ARM 4.3.1(19.1/2) explains the use of <> in a record aggregate. http://www.adaic.org/resources/add_content/standards/12rm/html/RM-4-3-1.html ARM 4.3.3(23.1/2) explains its use in array aggregates. -- Jeff Carter "If you think you got a nasty taunting this time, you ain't heard nothing yet!" Monty Python and the Holy Grail 23