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: 600 (0x258) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
with Bounded_String; with Easy_Y; with Object; package Class_Error is subtype Huge_String is Bounded_String.Variable_String (160); procedure Put (The_String : String); procedure Put_Line (The_String : String); procedure New_Line (Number : Object.Index := 1); procedure Open (X, Y : Object.Index; Screen : String); procedure Close; private Column : Object.Index := 0; Line_Max : Object.Index := 0; Line_Number : Object.Index := 1; Error_Window : Easy_Y.Window_Type; The_Width : Object.Index := 900; The_Height : Object.Index := 128; end Class_Error;