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,FREEMAIL_FROM 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 08:54:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.freenet.de!not-for-mail From: Jan Prazak Subject: Re: gnat: time-slicing Date: Thu, 18 Jul 2002 17:55:11 -0100 Newsgroups: comp.lang.ada Message-ID: References: User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "Grein, Christoph" NNTP-Posting-Host: 213.7.199.206 X-Trace: 1027007625 news.freenet.de 15186 213.7.199.206 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:27229 Date: 2002-07-18T17:55:11-01:00 List-Id: On Thu, 18 Jul 2002 03:44:27 -0100, Grein, Christoph wrote: > For the RM, the screen _is_ a file, named Standard_Output; and the > keyboard is also a file, named Standard_Input. (Actually the RM does not > specify what Standard_Output and Standard_Input stand for since this is > OS dependent, it only says that there are these two files.) I have downloaded "Ada distilled" (a nice tutorial) yesterday, and the author says (in the section about Text_IO), that standard output is the screen in most cases. > 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).