Re: lisibilité

Pascal Obry via Ada-france <[email protected]> Mon, 06 Dec 2021 09:07:06 +0100
Newsgroups gmane.comp.lang.ada.france
Organization Home
Message-ID <[email protected]>
Le dimanche 05 décembre 2021 à 23:49 +0100, Thomas De Contes via Ada-
france a écrit :
> 1)
> Character -> String
> 
> 
> Soit :
>    Char : Character;
>    procedure Proc (P : String);
> 
> Y a-t-il une différence entre :
>     Proc ((1 => Char));
>     Proc (Char & "");
> ?

Personnellement je préfère même dans ce cas:

   Proc(String'(1 => Char));

Bonne journée,

-- 
  Pascal Obry /  Magny Les Hameaux (78)

  The best way to travel is by means of imagination

  http://www.obry.net

  gpg --keyserver keys.gnupg.net --recv-key F949BD3B
_______________________________________________
Ada-france mailing list
[email protected]
https://mail.ada-france.org/cgi-bin/mailman/listinfo/ada-france