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: ┃ T V

⟦05b7a5e4d⟧ TextFile

    Length: 641 (0x281)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦this⟧ 

TextFile

package Traite_Erreur is

    type Liste_Erreurs is (Err_Dec_Mat, Err_Liste_Mat, Err_Liste_Act,
                           Err_Dec_Glob, Err_Dec_Exp, Err_Nom_Exp,
                           Err_Dec_Scene, Err_Liste_Scene, Err_Liste_Inst);
    type Liste_Follows is (Follow_Dec_Mat, Follow_Liste_Mat,
                           Follow_Liste_Act, Follow_Dec_Glob, Follow_Dec_Exp,
                           Follow_Nom_Exp, Follow_Dec_Scene,
                           Follow_Liste_Scene, Follow_Liste_Inst);

    procedure Parse_Erreur (Nom_Erreur : Liste_Erreurs;
                            Table_Follow : Liste_Follows);

end Traite_Erreur;