Codebase list ohcount / 29f5ec7d-1b44-45ad-9822-90a9c74d506b/main test / src_dir / fortranfixed.f
29f5ec7d-1b44-45ad-9822-90a9c74d506b/main

Tree @29f5ec7d-1b44-45ad-9822-90a9c74d506b/main (Download .tar.gz)

fortranfixed.f @29f5ec7d-1b44-45ad-9822-90a9c74d506b/mainraw · history · blame

C     Just a comment, whee.
      program foo

C     Many languages seem to count split lines as multiple lines,
C     so we should, too.
      write (*,*) 1
     + + 1

C     And I've never seen Fortran code that wraps strings; I'm
C     not even sure fixed form allows it.
      write (*,*) 'So we don''t bother testing odd string foo.'
      end