DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦27f1c203a⟧ TextFile

    Length: 1473 (0x5c1)
    Types: TextFile
    Names: »B«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

separate (Semantique)
package body Groupe is

    procedure Nouveau_Bloc_Groupe is
    begin
        null;
    end Nouveau_Bloc_Groupe;


    procedure Complete_Action is
    begin
        null;
    end Complete_Action;


    procedure Complete_Liste_Action (Une_Action : Lexical.Token) is
    begin
        null;
    end Complete_Liste_Action;


    procedure Ajoute_Action (Une_Action : Standard_String.Object) is
    begin
        null;
    end Ajoute_Action;


    procedure Nouveau_Bloc_Groupe (Une_Action : Lexical.Token;
                                   Un_Nom : Standard_String.Object) is
    begin
        null;
    end Nouveau_Bloc_Groupe;


    procedure Nouveau_Bloc_Groupe (Une_Action : Lexical.Token) is
    begin
        null;
    end Nouveau_Bloc_Groupe;


    procedure Fermer_Bloc_Groupe is
    begin
        null;
    end Fermer_Bloc_Groupe;


    procedure Ajouter_Bloc_Groupe (Un_Groupe : Standard_String.Object) is
    begin
        null;
    end Ajouter_Bloc_Groupe;


    procedure Ajouter_Bloc_Groupe (Une_Valeur : Integer) is
    begin
        null;
    end Ajouter_Bloc_Groupe;


    procedure Retourner_Valeur is
    begin
        null;
    end Retourner_Valeur;


    procedure Nouveau_Bloc_Groupe_Affecte
                 (Un_Groupe : Standard_String.Object) is
    begin
        null;
    end Nouveau_Bloc_Groupe_Affecte;


    procedure Fermer_Bloc_Groupe_Affecte is
    begin
        null;
    end Fermer_Bloc_Groupe_Affecte;

end Groupe;