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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,2d5a745789aaf75f X-Google-Attributes: gid103376,public From: "Sybs ALHABSHI" Subject: Re: libraries to include Date: 2000/02/08 Message-ID: <87p122$ksg$1@wanadoo.fr>#1/1 X-Deja-AN: 583169355 References: <3897088A.3E88D858@tgv.edu.ups-tlse.fr> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Complaints-To: abuse@wanadoo.fr X-Trace: wanadoo.fr 950011778 21392 164.138.70.148 (8 Feb 2000 12:09:38 GMT) Organization: Wanadoo, l'internet avec France Telecom X-MSMail-Priority: Normal NNTP-Posting-Date: 8 Feb 2000 12:09:38 GMT Newsgroups: comp.lang.ada Date: 2000-02-08T12:09:38+00:00 List-Id: with Text_io; use Text_io; procedure BeginToLoveAda is PetitMot : File_Type; begin Create(PetitMot, Out_File, "petitmot.txt"); Put_Line(PetitMot, "Salut l'Artiste!"); Close(PetitMot); end BeginToLoveAda; Cecile BIASIO a �crit dans le message : 3897088A.3E88D858@tgv.edu.ups-tlse.fr... > I just start to use Ada and i would like to know as quickly as possible > what is the library > to include so I can use " Putline" > thanks >