4. Embedded QUEL for Fortran : Precompiling, Compiling, and Linking an EQUEL Program : Coding Requirements for Writing EQUEL Programs : Comments Embedded in Fortran Output
 
Share this page                  
Comments Embedded in Fortran Output
Each EQUEL statement generates one comment and a few lines of Fortran code. You may find that the preprocessor translates 50 lines of EQUEL into 200 lines of Fortran. This may result in confusion about line numbers when you debug the original source code. To facilitate debugging, each group of Fortran statements associated with a particular statement is preceded by a comment corresponding to the original EQUEL source. (Only executable EQUEL statements are preceded by a comment.) Each comment is one line long and informs the reader of the file name, line number, and type of statement in the original source file.