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

⟦20fa0a2ec⟧ TextFile

    Length: 555 (0x22b)
    Types: TextFile
    Names: »B«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦49e7f20b9⟧ 
                └─⟦this⟧ 

TextFile

with Rm_010_Run;  
with Rm_020_Run;  
with Rm_040_Run;  
with Rm_050_Run;  
with Rm_060_Run;  
with Rm_070_Run;  
with Rm_080_Run;

procedure Aaa_All_Rm is
------------------------------------------------------------------------------
-- Run all tests in the current directory.
------------------------------------------------------------------------------
begin

    Rm_010_Run;  
    Rm_020_Run;  
    Rm_040_Run;  
    Rm_050_Run;  
    Rm_060_Run;  
    Rm_070_Run;  
    Rm_080_Run;

end Aaa_All_Rm;
--/ if Cdf_Hpux then
--// pragma Main;
--/ end if;