File: comment_as_reference.f

package info (click to toggle)
fortran-language-server 3.2.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,272 kB
  • sloc: python: 9,688; f90: 1,195; fortran: 30; makefile: 28; ansic: 20
file content (5 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
      program comment_as_reference
C     Comment with variable name gets picked as a ref: variable_to_reference
      real variable_to_reference
      variable_to_reference = 1
      end program comment_as_reference