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: 892 (0x37c) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
with Object; with Scanner; package Bug_Report is procedure Supervisor (The_File : String); procedure Print (Message : String); procedure Print (Message : String; Ligne : Object.Index); procedure Print (Message : String; Objet : Object.Tiny_String; Ligne : Object.Index); Identifier_Is_Missing : exception; Brace_Is_Missing : exception; Point_Is_Missing : exception; Parenthesis_Is_Missing : exception; Prendre_Is_Missing : exception; Unexpected_Token : exception; Undefined_Identifier : exception; Unknown_Unary_Message : exception; Unknown_Binary_Message : exception; Unknown_Keyword_Message : exception; Full_Block_Table : exception; Full_String_Table : exception; Full_Turtle_Table : exception; Full_Pen_Table : exception; Divide_By_Zero : exception; end Bug_Report;