home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / openread < prev    next >
Encoding:
Text File  |  1992-07-09  |  422 b   |  7 lines

  1. openread --Operation, one input.  Abbreviation: openr
  2.      The input to this procedure is a word, which must be a Unix  filename.
  3.      It  can  contain slashes to indicate directory names.  If the file can
  4.      be opened for reading,  the  output  from  the  procedure  is  a  file
  5.      descriptor,  which  should  be stored in a variable for use in reading
  6.      the file.  If the file cannot be opened, an error results.
  7.