next up previous contents
suivant: Exceptions liées à la monter: Description de la structure précédent: En-tête de fichier   Table des matières

Présentation du programme

   type T_En_Tete_Console is
      record
         But      : Unbounded_String := Null_Unbounded_String;
         Auteur   : Unbounded_String := Null_Unbounded_String;
         Remarque : Unbounded_String := Null_Unbounded_String;
         Date     : Unbounded_String := Null_Unbounded_String;
      end record;
Cette structure représente les informations qui seront visible à l'éxecution du programme de test.