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

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!ucaa2385
  3. From: ucaa2385@iris3.csv.ica.uni-stuttgart.de (Peter Hermann)
  4. Subject: Re: Outputting quote marks
  5. Message-ID: <1992Nov23.125038.11898@news.uni-stuttgart.de>
  6. Sender: news@news.uni-stuttgart.de (USENET News System)
  7. Organization: ica2
  8. References: <By13E7.4q5@plato.ds.boeing.com>
  9. Date: Mon, 23 Nov 1992 12:50:38 GMT
  10. Lines: 11
  11.  
  12. In article <By13E7.4q5@plato.ds.boeing.com> rosen@plato.ds.boeing.com (Robert Rosen) writes:
  13. >I need to use Text_IO to output a string consisting of three
  14. >consecutive quote marks (""").  How can I do it?  Trying 
  15. >  Text_IO.Put_Line (""""");
  16. >produces a compilation error.
  17.  
  18. I only know the solution for one single quotation mark:
  19. text_io.put_line("""");
  20. maybe Ada does not allow three of them?
  21. regards,
  22. Peter Hermann
  23.