From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,WEIRD_QUOTING autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 20 Nov 92 22:31:41 GMT 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 Message-ID: List-Id: 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 ( & Ascii.Quotation & ); Thomas Vachuska ------------------------------------------------------------------------------ tom@mothra.rose.hp.com (916)-785-4983 (Telnet & Voice Mail) ------------------------------------------------------------------------------