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=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no 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 09:51:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: "Sergey Koshcheyev" Newsgroups: comp.lang.ada Subject: Re: gnat: time-slicing Date: Thu, 18 Jul 2002 18:35:31 +0200 Organization: Czech Technical University Message-ID: References: NNTP-Posting-Host: m232.dkm.cz X-Trace: ns.felk.cvut.cz 1027010126 76692 62.24.78.232 (18 Jul 2002 16:35:26 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Thu, 18 Jul 2002 16:35:26 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:27231 Date: 2002-07-18T18:35:31+02:00 List-Id: "Jan Prazak" wrote in message news:pan.2002.07.18.17.35.54.112289.1591@gmx.net... > 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. Yes, and repeating the first sentence you yourself have quoted, "the screen _is_ a file, named Standard_Output". Sergey.