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

⟦418e37594⟧ TextFile

    Length: 600 (0x258)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

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;