comp.lang.ada
 help / color / mirror / Atom feed
From: "Sybs ALHABSHI" <salhabshi@ulyssoft.com>
Subject: Re: libraries to include
Date: 2000/02/08
Date: 2000-02-08T12:09:38+00:00	[thread overview]
Message-ID: <87p122$ksg$1@wanadoo.fr> (raw)
In-Reply-To: 3897088A.3E88D858@tgv.edu.ups-tlse.fr

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

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 <biasio@tgv.edu.ups-tlse.fr> 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
>






  parent reply	other threads:[~2000-02-08  0:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-01  0:00 libraries to include Cecile BIASIO
2000-02-01  0:00 ` Pascal Obry
2000-02-01  0:00   ` Gautier
2000-02-02  0:00     ` Pascal Obry
2000-02-01  0:00 ` Ted Dennison
2000-02-08  0:00 ` Sybs ALHABSHI [this message]
2000-02-08  0:00   ` Ted Dennison
2000-02-12  0:00     ` Jeff Carter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox