comp.lang.ada
 help / color / mirror / Atom feed
From: Anh Vo <anhvofrcaus@gmail.com>
Subject: Re: Unbounded.String instead of Standard.String
Date: Mon, 28 Dec 2015 11:00:52 -0800 (PST)
Date: 2015-12-28T11:00:52-08:00	[thread overview]
Message-ID: <d72b4c6e-a3bb-4156-aeb3-e6254a8d2d32@googlegroups.com> (raw)
In-Reply-To: <n5p7jq$a94$3@dont-email.me>

On Sunday, December 27, 2015 at 9:39:36 AM UTC-8, Jeffrey R. Carter wrote:
> On 12/27/2015 10:34 AM, comicfanzine@gmail.com wrote:
> > 
> > The problem is that at execution time , nothing happen .
> > 
> > 
> > with Ada.Text_IO; 
> > with Ada.Strings.Unbounded; 
> > 
> > use Ada.Text_IO; 
> > use Ada.Strings.Unbounded; 
> >  
> > procedure autre(var : String) is
> > 
> >  transform : Unbounded_String := To_Unbounded_String(Source => var) 
> >    
> >     
> >  begin
> > 	get(transform);
> > end autre;
> 
> What do you expect to happen?

Here is a tiny hint. Linkable/Executable procedure has no parameter.

Anh Vo


  reply	other threads:[~2015-12-28 19:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-27 17:34 Unbounded.String instead of Standard.String comicfanzine
2015-12-27 17:39 ` Jeffrey R. Carter
2015-12-28 19:00   ` Anh Vo [this message]
2016-01-06 15:21     ` comicfanzine
2016-01-06 17:41       ` Anh Vo
replies disabled

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