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,63360011f8addace X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-18 18:37:32 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!uunet!dca.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: gnat: time-slicing Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Fri, 19 Jul 2002 01:37:06 GMT References: NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:27240 Date: 2002-07-19T01:37:06+00:00 List-Id: Jan Prazak writes: > > You urgently need the RM. Go get it :-) > > I have it already, but who wants to go through over 500 pages. Maybe I will > have a look, but for now I'm very busy with reading tutorials. The RM is > too detailed, so sometimes it's not easy to find an information there (it > takes time). The RM can be tough going, but if you want to know about Text_IO, it's actually pretty readable. Read the section on Text_IO, and look at its definition of "file". Actually, the issue here is "internal file". - Bob