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 06:28:59 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!news.eunet.no!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: whats semicolon? Date: Fri, 24 Oct 2003 13:28:58 +0000 (UTC) Organization: PVV Message-ID: References: <3F983E65.2080407@terra.es> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1067002138 5397 129.241.83.82 (24 Oct 2003 13:28:58 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 24 Oct 2003 13:28:58 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:1597 Date: 2003-10-24T13:28:58+00:00 List-Id: On 2003-10-23, Ludovic Brenta wrote: > "@{-_-}@" writes: > >> with Text_Io, Ada.Integer_Text_IO; >> use Text_Io, Ada.Integer_Text_IO; > ^^^^^^^ > > This package is obsolete. It is recommended to use Ada.Text_IO > instead. But this will not harm your program until the next revision > of Ada. I hadn't even noticed that there is a text_io package other than Ada.Text_IO. However, in Gnat it is the same package as text_io.ads contains only: [copyright removed] pragma Ada_95; with Ada.Text_IO; package Text_IO renames Ada.Text_IO; Preben -- "Saving keystrokes is the job of the text editor, not the programming language."