home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.ada
- 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
- From: ucaa2385@iris3.csv.ica.uni-stuttgart.de (Peter Hermann)
- Subject: Re: Outputting quote marks
- Message-ID: <1992Nov23.125038.11898@news.uni-stuttgart.de>
- Sender: news@news.uni-stuttgart.de (USENET News System)
- Organization: ica2
- References: <By13E7.4q5@plato.ds.boeing.com>
- Date: Mon, 23 Nov 1992 12:50:38 GMT
- Lines: 11
-
- In article <By13E7.4q5@plato.ds.boeing.com> rosen@plato.ds.boeing.com (Robert Rosen) writes:
- >I need to use Text_IO to output a string consisting of three
- >consecutive quote marks ("""). How can I do it? Trying
- > Text_IO.Put_Line (""""");
- >produces a compilation error.
-
- I only know the solution for one single quotation mark:
- text_io.put_line("""");
- maybe Ada does not allow three of them?
- regards,
- Peter Hermann
-