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: ┃ B T ┃
Length: 1120 (0x460) Types: TextFile Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
with Bounded_String; with Class_Error; with Message; with Object; with Requester; procedure Essai_Error (Screen : String) is Button : Message.Unary; Result : Object.Index; Str, Title : Object.Tiny_String; begin Class_Error.Open (100, 100, Screen); Class_Error.New_Line; Class_Error.Put_Line ("Hello"); Class_Error.New_Line; Class_Error.Put ("blablabla ..."); Class_Error.Put (" a la ligne"); Class_Error.Put ("6565"); Class_Error.Put_Line ("."); Class_Error.New_Line; Class_Error.Put ("kufytfjytdjhfg"); Class_Error.Put (" `"); Class_Error.Put ("khgfhktfiytfresfgcuyf5"); Class_Error.Put ("' de la ligne"); Class_Error.Put ("kut573svmnjyrd6834"); Class_Error.Put_Line ("."); Message.Free (Button); Message.Put (This_Name => Bounded_String.Value ("Fin", 80), Into => Button); Requester.Open (100, 250, Screen, Button, Bounded_String.Value ("Cliquez pour finir", 80)); Result := Requester.Choice (Button); Message.Free (Button); Requester.Close; Class_Error.Close; end Essai_Error; pragma Main;