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,b220749f5b96bdfb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-01 03:52:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.freenet.de!newsfeed.stueberl.de!newsfeed.vmunix.org!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: ada.text_io and text_io Date: Sat, 1 Jun 2002 10:52:39 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1022928759 2931 129.241.83.82 (1 Jun 2002 10:52:39 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sat, 1 Jun 2002 10:52:39 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25142 Date: 2002-06-01T10:52:39+00:00 List-Id: On Fri, 31 May 2002 22:39:01 -0400, hongxun lee wrote: > newbie Qs: > How diff are they? further, 'put' and 'put_line' ? Thanks They are the same :-) Put is for when you want to write something without jumping to the next line after it. Put_Line will do that. Read: http://www.it.bton.ac.uk/staff/je/adacraft/ch02.htm for more information Preben