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

⟦2089c84dc⟧ TextFile

    Length: 559 (0x22f)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Text_Io;
package Error is

    function At_End return Boolean;
    function Exist return Boolean;
    procedure Initialize;
    procedure Append (The_Error : Natural);
    procedure Init_Iterator;  
    procedure Next;
    procedure Display_In_Source (Source_File_Name : String :=
                                    Text_Io.Name (Text_Io.Standard_Input);
                                 Destination_File_Name : String :=
                                    Text_Io.Name (Text_Io.Standard_Output));
    procedure Panic (The_Rule : Natural);


end Error;