home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / modula3 / 1087 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.1 KB

  1. Path: sparky!uunet!noc.near.net!ceylon!newshost!fn00
  2. From: fn00@gte.com (Farshad Nayeri)
  3. Newsgroups: comp.lang.modula3
  4. Subject: What happenned to Wr.Error and Rd.Error...
  5. Message-ID: <FN00.92Dec20112942@tahoe.gte.com>
  6. Date: 20 Dec 92 16:29:42 GMT
  7. Sender: news@ceylon.gte.com
  8. Organization: GTE Laboratories, Waltham, Massachusetts, USA
  9. Lines: 25
  10.  
  11.  
  12. Documentation for the "Wr" interface, on page 133 of SPwM3 says:
  13.  
  14.   Illegal operations (for example, writing to a closed writer) raise
  15.   the exception "Error".
  16.  
  17. At some point of time, exception "Error" was changed to a checked
  18. run-time error. The current "Wr" interface says:
  19.  
  20.   Illegal operations (for example, writing to a closed writer) cause
  21.   checked runtime errors by raising an internal exception.
  22.  
  23. I was just wondering about the reason for this change...
  24.  
  25. Thanks,
  26.  
  27. --farshad
  28.  
  29. --
  30. Farshad Nayeri                Intelligent Database Systems
  31. fn00@gte.com                  Computer and Intelligent Systems Laboratory
  32. (617)466-2473                 GTE Laboratories, Waltham, MA
  33.  
  34.   "Our research shows that even double-clicking can be hard concept for
  35.   some new users to grasp." -- John Cook, Apple consumer product manager
  36.