Thanks mikrom. I should point out that the Fortran 95 standard does explicitly allow GO TO 10 or GOTO 10, as well as END DO or ENDDO, etc. It does seem that the standard should not allow GOTO10.
Thanks for your reply
A blank shall be used to separate names, constants, or labels from adjacent keywords, names, constants, or labels.
It then has an example,
For example, the blanks after REAL, READ, 30, and DO are required in the following:
REAL X
READ 10
30 DO K=1,3
Sure enough, a statement such as
READ10...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.