home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / postscri / 6474 < prev    next >
Encoding:
Text File  |  1993-01-27  |  930 b   |  36 lines

  1. Newsgroups: comp.lang.postscript
  2. Path: sparky!uunet!ukma!darwin.sura.net!uvaarpa!software.org!marshall
  3. From: marshall@software.org (Eric Marshall)
  4. Subject: question about restore
  5. Message-ID: <1993Jan27.214901.19529@software.org>
  6. Sender: usenet@software.org (Usenet News/Mail Support)
  7. Organization: Software Productivity Consortium, Herndon, Virginia
  8. Date: Wed, 27 Jan 1993 21:49:01 GMT
  9. Lines: 25
  10.  
  11.     In the following code fragment:
  12.  
  13.     save
  14.       /three 3 def
  15.       three  % works fine
  16.     restore
  17.  
  18.     three    % causes "undefined" error
  19.  
  20. I do not understand why three is not defined after the restore. 
  21. The red book says that restore does not affect the contents of the
  22. dictionary stack, but there is obviously something more to it than
  23. that.  Could someone please explain this to me?
  24.  
  25.     Thanks in advance.
  26.  
  27.  
  28. Eric Marshall
  29. Software Productivity Consortium
  30. SPC Building
  31. 2214 Rock Hill Road
  32. Herndon, VA 22070
  33. (703) 742-7153
  34.  
  35. marshall@software.org
  36.