home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / pascal / 8493 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.3 KB  |  32 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!ira.uka.de!sol.ctr.columbia.edu!eff!news.oc.com!spssig.spss.com!uchinews!uchinews.uchicago.edu!max
  3. From: max@gargoyle.uchicago.edu (Max Ziff)
  4. Subject: Pascal Standards Questions
  5. Message-ID: <MAX.93Jan24113738@gargoyle.uchicago.edu>
  6. Lines: 16
  7. Sender: news@uchinews.uchicago.edu (News System)
  8. Organization: Department of Computer Science, University of Chicago
  9. Date: Sun, 24 Jan 1993 17:37:38 GMT
  10.  
  11. I have a few more questions about Pascal standards.
  12.  
  13. 1) The report specifies "conformant-array parameters".  Are these
  14. widely implemented?  Is this part of any emerging specification?  What
  15. is the most portable, most polymorphic way of writing a function that,
  16. say, takes the average of the elements of an array which it is passed
  17. as a parameter?
  18.  
  19. 2) Is there any standard for signalling errors?  Is there a portable
  20. way of signalling the same error that is generated at run-time by
  21. divide-by-zero?  Are run-time errors part of any standard?
  22.  
  23. 3) Is there a portable, standard way of generating a value NaN?
  24.  
  25. Thanks in advance.
  26.  
  27. --
  28. Donald Ziff (Max)         Department of Computer Science
  29.                           University of Chicago
  30.                           1100 E. 58th Street, Chicago, Illinois   60637
  31.                           ziff@cs.uchicago.edu
  32.