home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / fchk294s.zip / ftnchek-2.9.4 / test / args15.f < prev    next >
Text File  |  1994-11-06  |  93b  |  6 lines

  1.       call suba(5hjunky)
  2.       end
  3.       subroutine suba(i)
  4.       write(*,'(a)') i
  5.       end
  6.