comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Possible to recover default value of scalar type?
Date: Tue, 15 Dec 2020 16:53:59 +0000	[thread overview]
Message-ID: <ly7dpjdn88.fsf@pushface.org> (raw)
In-Reply-To: rr9ubm$c6n$1@dont-email.me

"J-P. Rosen" <rosen@adalog.fr> writes:

> Le 15/12/2020 à 08:23, Dmitry A. Kazakov a écrit :

>> Returning to Simon's argument about detecting uninitialized variables.
>> It would not apply to your example.
>> 
>>    V : Integer := <>;  -- Invented syntax for explicit lack of
>>                        -- initialization
>> begin
>>    loop
>>       Get (V);
>>       exit when V = 0;
>>       -- do something with V
>>    end loop;

> That would make more sense: make initialization required, and say so
> if you don't care.

I suppose the compiler could still detect & warn about inadvertent use
of the don't-care value.

  reply	other threads:[~2020-12-15 16:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13  9:54 Possible to recover default value of scalar type? reinert
2020-12-14  0:08 ` Stephen Leake
2020-12-14  6:09   ` reinert
2020-12-14  9:01     ` AdaMagica
2020-12-14  9:38       ` Dmitry A. Kazakov
2020-12-14 15:56         ` AdaMagica
2020-12-14 16:31           ` Dmitry A. Kazakov
2020-12-14 18:24             ` Simon Wright
2020-12-14 18:53               ` Dmitry A. Kazakov
2020-12-15  6:47                 ` J-P. Rosen
2020-12-15  7:23                   ` Dmitry A. Kazakov
2020-12-15  9:07                     ` J-P. Rosen
2020-12-15 16:53                       ` Simon Wright [this message]
2020-12-15 18:14                         ` AdaMagica
2020-12-17  0:53                           ` Randy Brukardt
2020-12-17  0:48                   ` Randy Brukardt
2020-12-15  1:27           ` Randy Brukardt
2020-12-15  9:30             ` Niklas Holsti
2020-12-17  0:45               ` Randy Brukardt
2020-12-15  1:26         ` Randy Brukardt
2020-12-15  7:35           ` Dmitry A. Kazakov
2020-12-17  0:43             ` Randy Brukardt
2020-12-15  1:21       ` Randy Brukardt
replies disabled

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