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,b7e91a32073f0674 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-24 10:21:13 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!btnet-peer1!btnet-feed3!newreader.ukcore.bt.net!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: whats semicolon? Date: Fri, 24 Oct 2003 17:20:50 +0000 (UTC) Organization: BT Openworld Message-ID: References: <3F983E65.2080407@terra.es> NNTP-Posting-Host: host81-129-61-254.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1067016050 29695 81.129.61.254 (24 Oct 2003 17:20:50 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Fri, 24 Oct 2003 17:20:50 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:1613 Date: 2003-10-24T17:20:50+00:00 List-Id: "Preben Randhol" wrote in message news:slrnbpig6o.rlc.randhol+valid_for_reply_from_news@kiuk0156.chembio.ntnu.no... > On 2003-10-24, Martin Dowie wrote: > > "Preben Randhol" wrote in > > message > > > >> with Ada.Text_IO; > >> > >> package Text_IO renames Ada.Text_IO; > > > > Because that's what the RM says is should... > > hmm, but then I don't understand why Text_IO is obsolete. Is it because > it is not under Ada. ? It's obsolete as you should be using the Ada.* hierarchy in new code, but they couldn't remove 'Text_IO' as this would break *huge* amounts of existing code.