Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!emory!hubcap!mjs From: mjs@hubcap.clemson.edu (M. J. Saltzman) Newsgroups: comp.lang.fortran Subject: Comments and Continuation Summary: fortran 77 standard query Message-ID: <13261@hubcap.clemson.edu> Date: 22 Feb 91 21:22:22 GMT Organization: Clemson University Lines: 18 Does the fortran 77 standard disallow comments interspersed with continuation lines? For example integer i,j, c this comment splits the statement it appears inside of 1 k,l,m,n The Ultrix(tm) f77 compiler objects to the improperly-terminated first line, and the illegal continuation character on the second line. Is this a bug or a feature? (No, it's not my own code, thank you.) E-mail responses are fine. Thanks in advance. Matthew Saltzman mjs@clemson.edu