home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / ada / 3343 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!walter!obry
  3. From: obry@flash.bellcore.com (Pascal Obry)
  4. Subject: Re: Outputting quote marks
  5. In-Reply-To: jhobson@SU19F.harris-atd.com's message of 23 Nov 92 13:52:57 GMT
  6. Message-ID: <OBRY.92Nov23160444@cheesesteak.flash.bellcore.com>
  7. Sender: news@walter.bellcore.com
  8. Nntp-Posting-Host: cheesesteak.bellcore.com
  9. Organization: /u/obry/.organization
  10. References: <By13E7.4q5@plato.ds.boeing.com> <1992Nov23.125038.11898@news.uni-stuttgart.de>
  11.     <1992Nov23.135257.5944@mlb.semi.harris.com>
  12. Date: 23 Nov 92 16:04:44
  13. Lines: 24
  14.  
  15.  
  16. What about something more readable like :
  17.  
  18.     ThreeQuotations : constant : ASCII.Quotation &
  19.                      ASCII.Quotation &
  20.                      ASCII.Quotation;
  21.  
  22.     Text_IO.put (ThreeQuotations);
  23.  
  24. And this will work fine in ANY compiler.
  25.  
  26. Pascal.
  27. --
  28.  
  29. -------------------------------------------------------------------------------
  30. --  Pascal OBRY                                     --
  31. --  Room 2D-337                e_mail : obry@bellcore.com           --
  32. --  Bellcore                                     --
  33. --  445 South Street            voice : 1 - 201 829 4039         --
  34. --  Post Office Box 1910        FAX   : 1 - 201 829 5981         --
  35. --  Morristown, New Jersey 07962-1910                         --
  36. -------------------------------------------------------------------------------
  37.  
  38.   `` inheritance is surely a good answer, but who knows the question ? ''
  39.