DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 559 (0x22f) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
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;