|
|
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 - metrics - downloadIndex: B T
Length: 610 (0x262)
Types: TextFile
Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
with Object;
with Text_Io;
with Integer_Class;
with Bounded_String;
procedure Text_Int is
Obj1, Obj2, Obj3, Obj : Object.Reference;
Message : Object.Message;
package Io_Int is new Text_Io.Integer_Io (Integer);
begin
Bounded_String.Copy (Message, "+");
Obj1 := (Object.Tiny_Integer, 10);
Obj2 := (Object.Tiny_Integer, 20);
Obj3 := (Object.Tiny_Integer, 30);
Obj := (Object.Tiny_Integer, 0);
Obj := Integer_Class.Send (Obj1, Message, Obj2);
Bounded_String.Copy (Message, "cube");
Obj := Integer_Class.Send (Obj, Message);
Io_Int.Put (Obj.Identity);
end Text_Int;