comp.lang.ada
 help / color / mirror / Atom feed
From: Oliver Kellogg <olivermkellogg@gmail.com>
Subject: Re: Is this an error in compiler
Date: Sun, 11 Sep 2022 08:14:50 -0700 (PDT)	[thread overview]
Message-ID: <9263a570-325f-4f9c-a06a-7b4dc54712fcn@googlegroups.com> (raw)
In-Reply-To: <ly1qsi9vrv.fsf@pushface.org>

On Sunday, September 11, 2022 at 10:10:19 AM UTC+2, Simon Wright wrote:
> reinert <rei...@gmail.com> writes: 
> > [...]
> I have to say these conditional constructs strike me as regrettable 
> Perl-isms, and reduce clarity: 
> 
> return foo when blah; 
> raise baz when quux;

+1 on that.
On the other hand,

  blah and return foo;
  quux and raise baz;

would make more sense to me.
Not that I am proposing it, IMO Ada already has way too many extensions.

      parent reply	other threads:[~2022-09-11 15:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-11  7:19 Is this an error in compiler reinert
2022-09-11  8:10 ` Simon Wright
2022-09-11 10:52   ` reinert
2022-09-11 12:30   ` Jeffrey R.Carter
2022-09-11 12:59     ` Dmitry A. Kazakov
2022-09-11 14:44     ` Niklas Holsti
2022-09-11 15:47       ` Jeffrey R.Carter
2022-09-11 16:47         ` reinert
2022-09-11 17:18           ` Dmitry A. Kazakov
2022-09-12  7:05       ` Simon Wright
2022-09-11 15:14   ` Oliver Kellogg [this message]
replies disabled

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