Re: Need Help: compiling old Fortran program



Gib Bogle wrote:
Walter Spector wrote:
Yes. But I would write it:

program notgiles1
implicit none
integer :: i
do, i=1,10
write(*,*) i
end do
end program giles1
^^^^^^ :-))

I guess that progress. I didn't write any of it, but I still
get half credit.

--
J. Giles

"I conclude that there are two ways of constructing a software
design: One way is to make it so simple that there are obviously
no deficiencies and the other way is to make it so complicated
that there are no obvious deficiencies." -- C. A. R. Hoare


.