home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fchek284.zip / test / t208l.f < prev    next >
Text File  |  1994-11-06  |  91b  |  5 lines

  1.       subroutine foo(a,m,n)
  2.       integer m,n
  3.       real a(m,n),b(1,2,3,4,5,6,7)
  4.       end
  5.