Annotation of 43BSDTahoe/usr.bin/f77/testf77/tests/fs051.f, revision 1.1

1.1     ! root        1: c
        !             2: c     comment section
        !             3: c
        !             4: c     fs051
        !             5: c
        !             6: c          fs051 is a subroutine subprogram which is called by the main
        !             7: c     program fm050.  no arguments are specified therefore all
        !             8: c     parameters are passed via unlabeled common.  the subroutine fs051
        !             9: c     increments the value of a real variable by 1 and returns control
        !            10: c     to the calling program fm050.
        !            11: c
        !            12: c      references
        !            13: c        american national standard programming language fortran,
        !            14: c              x3.9-1978
        !            15: c
        !            16: c        section 15.6, subroutines
        !            17: c        section 15.8, return statement
        !            18: c
        !            19: c     test section
        !            20: c
        !            21: c         subroutine subprogram - no arguments
        !            22: c
        !            23:       subroutine fs051
        !            24:       common //rvcn01
        !            25:       rvcn01 = rvcn01 + 1.0
        !            26:       return
        !            27:       end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.