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

⟦c9e0068cd⟧ TextFile

    Length: 569 (0x239)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

with Gr_001_Run;  
with Gr_002_Run;
with Gr_003_Run;
with Gr_004_Run;
with Gr_005_Run;
with Gr_006_Run;
with Gr_007_Run;
with Gr_008_Run;

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

    Gr_001_Run;  
    Gr_002_Run;
    Gr_003_Run;
    Gr_004_Run;
    Gr_005_Run;
    Gr_006_Run;
    Gr_007_Run;
    Gr_008_Run;

end Aaa_All_Gr;

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