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 - metrics - download
Index: B T

⟦183541f14⟧ TextFile

    Length: 1531 (0x5fb)
    Types: TextFile
    Names: »B«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

with G000001;
with G000002;
with G000003;
with G000004;
with G000005;
with G000006;
with G000007;
with Rational_Io;
with Text_Io;
procedure Io is
begin
    begin
        G000001;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000001 raised Use_Error due to unimplemented Text_Io call");
    end;
    begin
        G000002;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000002 raised Use_Error due to unimplemented Text_Io call");
    end;
    begin
        G000003;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000003 raised Use_Error due to unimplemented Text_Io call");
    end;
    begin
        G000004;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000004 raised Use_Error due to unimplemented Text_Io call");
    end;
    begin
        G000005;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000005 raised Use_Error due to unimplemented Text_Io call");
    end;
    begin
        G000006;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000006 raised Use_Error due to unimplemented Text_Io call");
    end;
    begin
        G000007;
    exception
        when Text_Io.Use_Error =>
            Rational_Io.Put_Line
               ("G000007 raised Use_Error due to unimplemented Text_Io call");
    end;
end Io;