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,f24b55bcdf15c088 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-06 00:10:07 PST Path: supernews.google.com!sn-xit-03!sn-xit-01!supernews.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.frmt1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Ada95 tutorials with sample code. References: <3AA48DE9.A0650F21@emw.ericsson.se> X-Newsreader: Tom's custom newsreader Message-ID: Date: Tue, 06 Mar 2001 08:09:07 GMT NNTP-Posting-Host: 24.20.190.201 X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 983866147 24.20.190.201 (Tue, 06 Mar 2001 00:09:07 PST) NNTP-Posting-Date: Tue, 06 Mar 2001 00:09:07 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: supernews.google.com comp.lang.ada:5456 Date: 2001-03-06T08:09:07+00:00 List-Id: > and I invariably tell them NOT to use the use-clause. "invariably" seems rather strong, but I *rarely* use use-clauses. What does "Ada Quality and Style" suggest? > Tio.Put_Line("Howdy, World!"); -- Use Tio to access Ada.Text_IO Or you could type it in that way, then tell your editor to change Tio to Ada.Text_IO globally.