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

⟦b7f268e7d⟧ TextFile

    Length: 357 (0x165)
    Types: TextFile
    Names: »B«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Rcf_Semantics;
with Semantic_Characteristics;
function Get_Rep_Spec_Info (Target_Key_Name : String)
                           return Semantic_Characteristics.
                                  Rep_Spec_Characteristics.Object is
begin
    return Rcf_Semantics.Get_Rep_Spec_Info (Target_Key_Name => Target_Key_Name);
end Get_Rep_Spec_Info;

pragma Main;