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

⟦1d90a7098⟧ TextFile

    Length: 1258 (0x4ea)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

package Bug is
    Mismatch_Arguments_List : exception;
    Mismatch_Type : exception;
    Mismatch_Message : exception;
    Missing_Point : exception;
    Missing_Identifier : exception;
    Missing_Right_Brace : exception;
    Missing_Right_Parentheses : exception;
    Missing_Reserved_Word : exception;
    Not_Enough_Keywords : exception;
    Not_Enough_Messages : exception;
    Unknown_Block_Message : exception;
    Unknown_Boolean_Message : exception;
    Unknown_Integer_Message : exception;
    Unknown_Date_Message : exception;
    Unknown_Pen_Message : exception;
    Unknown_String_Message : exception;
    Unknown_Turtle_Message : exception;
    Unexpected_Action_On_Date : exception;
    Unexpected_Object : exception;
    Unexpected_Token : exception;
    Unexpected_Include_File_Name : exception;
    Undefined_Name_In_Symbol_Table : exception;
    Too_Many_Keywords : exception;
    Too_Many_Includes : exception;
    Too_Many_Pens : exception;
    Too_Many_Messages : exception;
    Too_Many_Blocks : exception;
    Too_Many_Strings : exception;
    Too_Many_Turtles : exception;
    Block_Not_Found : exception;
    Id_String_Overflow : exception;
    String_Large_Overflow : exception;
    Search_No_String_Object : exception;

end Bug;