home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0280.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  235 b   |  11 lines

  1. Thanks to all who responded to my Franz lisp question about opening a
  2. file for output and appending to it.  Here's how it works:
  3.  
  4.     (outfile '<filename> 'a)
  5.  
  6. 'a may be replaced by any symbol or string whose name begins with a.
  7.  
  8. Nancy
  9.  
  10.  
  11.