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

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