From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e61c8636ef35379d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-21 03:48:37 PST Path: supernews.google.com!sn-xit-02!supernews.com!nntp-relay.ihug.net!newsfeeds.ihug.co.nz!ihug.co.nz!nsw.nnrp.telstra.net!intgwlon.nntp.telstra.net!news-server.bigpond.net.au!not-for-mail From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: Escape Sequences in Strings Organization: RMIT References: <3A17B0E2@MailAndNews.com> <3A5F0407.AA6D7526@cfmu.eurocontrol.be> <3A66A95F.61C03A3B@ix.netcom.com> <9471mj$8a5$1@nnrp1.deja.com> User-Agent: MT-NewsWatcher/3.0 (PPC) Message-ID: Date: Sun, 21 Jan 2001 11:54:53 GMT NNTP-Posting-Host: 144.132.95.65 X-Complaints-To: news@bigpond.net.au X-Trace: news-server.bigpond.net.au 980078093 144.132.95.65 (Sun, 21 Jan 2001 22:54:53 EST) NNTP-Posting-Date: Sun, 21 Jan 2001 22:54:53 EST Xref: supernews.google.com comp.lang.ada:4256 Date: 2001-01-21T11:54:53+00:00 List-Id: Robert Dewar wrote: > Of course very few Ada compilers > ever operated in this kind of environment (RR and Janus only) The Meridian Ada compiler also did this. I wrote a package that did a similar thing to allow for various screen based output routines using this compiler. Dale