home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l320 / 2.img / EXAMPLES / HI.F < prev    next >
Encoding:
Text File  |  1989-12-28  |  46 b   |  4 lines

  1.     write(6,10)
  2. 10      format(1x,'Hi!')
  3.     end
  4.