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:53:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-lei1.dfn.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: Jan Prazak Subject: Re: gnat: time-slicing Date: Thu, 18 Jul 2002 17:55:12 -0100 Newsgroups: comp.lang.ada Message-ID: References: <5ee5b646.0207161329.5c8e387b@posting.google.com> User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "Pascal Obry" NNTP-Posting-Host: 213.7.199.206 X-Trace: 1027007626 news.freenet.de 23704 213.7.199.206 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:27228 Date: 2002-07-18T17:55:12-01:00 List-Id: On Wed, 17 Jul 2002 18:43:12 -0100, Pascal Obry wrote: > If it does not write to standard output, where the output goes ? I think > you should read the documentation :) If it writes to standard output, then standard output is the screen (at least in my case) by default. > Of course Put_Line does write to standard output (stdout if you come > from the C/C++ world) ! Fortunately I don't come from the C world, but I have read a C++ tutorial (long time ago), so I have read about stdout there (as far as I can remember, output is done with >> in C++, and input with <<, or something like this, that's also similar to > and < in Linux shell).