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

  1.       character c(50)
  2.       call suba(c(1))
  3.       end
  4.       subroutine suba(c)
  5.       character*2 c
  6.       read *,c
  7.       end
  8.