home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!mlb.semi.harris.com!SU19F!jhobson
- From: jhobson@SU19F.harris-atd.com (Harv Hobson)
- Newsgroups: comp.lang.ada
- Subject: Re: Outputting quote marks
- Message-ID: <1992Nov23.135257.5944@mlb.semi.harris.com>
- Date: 23 Nov 92 13:52:57 GMT
- References: <By13E7.4q5@plato.ds.boeing.com> <1992Nov23.125038.11898@news.uni-stuttgart.de>
- Sender: news@mlb.semi.harris.com
- Reply-To: jhobson@SU19F.UUCP (Harv Hobson)
- Organization: ASD Software Systems Section, HARRIS Corp. Melbourne, Fl.
- Lines: 9
- Nntp-Posting-Host: su19f.ess.harris.com
-
- 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.
- >
- text_io.put_line("""""""");
-
- Harv Hobson
-