home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / FILEREAD.HLP < prev    next >
Text File  |  1990-06-11  |  488b  |  8 lines

  1. fileread  -- Operation, one input.  Abbreviation: fird
  2.      The input must be a file descriptor, previously  output  by  openread.
  3.      The  procedure  reads one line from the file.  The output is the line,
  4.      in the form of a list.  (That is, the output is the file  line  as  if
  5.      enclosed in square brackets in a program.)  If the end of the file has
  6.      been reached, the output is the empty word.  If the file line contains
  7.      mismatched brackets, trouble may result.
  8.