Scope of implied-do index
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Thu, 31 Aug 2006 03:09:12 +0000 (UTC)
ISTR reading in the F95 standard that the scope of the index
of an implied-do is limited to the implied-do. I can't locate
where I would have gotten that impression, so a pointer to
the F95 text would be much appreciated.
In particular, I interested in what the standard says about
integer i
real x(10)
do i = 1, 10
x = (/ (i, i=1, 10) /)
end do
--
Steve
http://troutmask.apl.washington.edu/~kargl/
.
- Follow-Ups:
- Re: Scope of implied-do index
- From: Brooks Moses
- Re: Scope of implied-do index
- From: Rich Townsend
- Re: Scope of implied-do index
- Prev by Date: Re: best way to use the USE statement
- Next by Date: Re: Scope of implied-do index
- Previous by thread: Fortran for new and old Macs on OS X
- Next by thread: Re: Scope of implied-do index
- Index(es):
Relevant Pages
|