home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / savel < prev    next >
Encoding:
Text File  |  1992-09-04  |  122 b   |  10 lines  |  [TEXT/JV01]

  1. to savel :cont :file [:oldwr writer]
  2. openwrite :file
  3. setwrite :file
  4. po :cont
  5. setwrite :oldwr
  6. close :file
  7. end
  8.  
  9. bury "savel
  10.