comp.lang.ada
 help / color / mirror / Atom feed
From: reinkor <reinkor@gmail.com>
Subject: Re: "for E of Vector1 loop" equivalent  to "for n in Vector1.First_Index ..  Vector1.Last_Index loop ?
Date: Mon, 19 Sep 2016 01:41:12 -0700 (PDT)
Date: 2016-09-19T01:41:12-07:00	[thread overview]
Message-ID: <a8865dc6-8fa6-4d9d-a84f-c62fef3a5f08@googlegroups.com> (raw)
In-Reply-To: <068b9a59-45a1-4dfc-a120-3a3fc59af456@googlegroups.com>

On Monday, September 19, 2016 at 10:02:33 AM UTC+2, Egil H H wrote:
> On Monday, September 19, 2016 at 9:50:27 AM UTC+2, reinkor wrote:
> > I like the construct
> > 
> > for E of Vector1 loop
> > ..
> > end loop;
> > 
> > but is there a possibility somehow to keep this style 
> > and execute opposite direction
> 
> sure, just add the "reverse" keyword, just as for other for loops: 
> 
> for E of reverse Vector1 loop
> ..
> end loop;
> 
> -- 
> ~egilhh

Obs, should have found it myself :-)

      reply	other threads:[~2016-09-19  8:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19  7:23 "for E of Vector1 loop" equivalent to "for n in Vector1.First_Index .. Vector1.Last_Index loop ? reinkor
2016-09-19  7:37 ` Stephen Leake
2016-09-19  7:50   ` reinkor
2016-09-19  8:02     ` Egil H H
2016-09-19  8:41       ` reinkor [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