comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: Variable initialized to <>
Date: Tue, 14 Oct 2014 11:29:08 -0700
Date: 2014-10-14T11:29:08-07:00	[thread overview]
Message-ID: <m1jq1i$1f8$1@dont-email.me> (raw)
In-Reply-To: <0660a64b-cbd1-4fee-a454-3231351b622c@googlegroups.com>

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


  parent reply	other threads:[~2014-10-14 18:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14 18:02 Variable initialized to <> Mab
2014-10-14 18:22 ` mockturtle
2014-10-14 18:29 ` Jeffrey Carter [this message]
2014-10-14 20:45 ` Georg Bauhaus
replies disabled

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