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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2d5a745789aaf75f X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: libraries to include Date: 2000/02/08 Message-ID: <87pa3k$ip0$1@nnrp1.deja.com>#1/1 X-Deja-AN: 583201307 References: <3897088A.3E88D858@tgv.edu.ups-tlse.fr> <87p122$ksg$1@wanadoo.fr> X-Http-Proxy: 1.0 x24.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Feb 08 14:44:06 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-02-08T00:00:00+00:00 List-Id: In article <87p122$ksg$1@wanadoo.fr>, "Sybs ALHABSHI" wrote: > 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; For those of you who were unaware: This is the new official beginner's Ada program, as "Hello World" has now been copyrighted by an American calling-card company. :-) -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.