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

  1. close --Command, one input.
  2.      The input must be a file descriptor.  The file is closed.   This  must
  3.      be done when you've finished reading or writing the file.
  4.  
  5.      Sample program:
  6.  
  7.      make "fd openwrite "outfile
  8.      fileprint :fd "Hello.
  9.      close :fd
  10.  
  11.      This will create a file named outfile containing the word Hello.
  12.  
  13.      Primitive_procedures_for_procedure_exit.  A  procedure  written  by  a
  14.