comp.lang.ada
 help / color / mirror / Atom feed
From: cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com! scd.hp.com!hpscdm!icon.rose.hp.com!tom@ucbvax.Berkeley.EDU  (Thomas Vachuska)
Subject: Re: Outputting quote marks
Date: 20 Nov 92 22:31:41 GMT	[thread overview]
Message-ID: <By1D8t.G5L@icon.rose.hp.com> (raw)

Robert Rosen (rosen@plato.ds.boeing.com) wrote:
: 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.

Try this...

    Text_Io.Put_Line (<some-string> & Ascii.Quotation & <other-string>);

Thomas Vachuska
------------------------------------------------------------------------------
tom@mothra.rose.hp.com                   (916)-785-4983  (Telnet & Voice Mail)
------------------------------------------------------------------------------

             reply	other threads:[~1992-11-20 22:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1992-11-20 22:31 cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hpscit.sc.hp.com! [this message]
  -- strict thread matches above, loose matches on Subject: below --
1992-11-21  3:36 Outputting quote marks Tucker Taft
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox