"GOTO considered harmful" considered harmful. Re: New style DO syntax?



The parenthetic DO could include an end label something like this:

DO (I=1,10,END=100)
N(I)=1
100 CONTINUE

However, I would expect that all other block constructs should then have
the same option for using an end label.

Fine, but then generalize the labels to be alphanumerics, perhaps terminated by a single colon.
MHOO: The main problem with goto targets in Fortran is not the GOTO, it is the numeric labels.
"GOTO considered harmful" considered harmful.
.