|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 3072 (0xc00)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Binary_Tree, seg_0389c3
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦this⟧
with Text_Io;
package body Binary_Tree is
procedure Put_Node (The_Node : Node) is
C : Text_Io.Positive_Count;
begin
C := Text_Io.Col;
if not (The_Node = null) then
Text_Io.Set_Col (C);
Text_Io.Put ("NOEUD: ");
C := Text_Io.Col;
Text_Io.Put_Line (Node_Type'Image (The_Node.The_Type));
Text_Io.Set_Col (C);
Text_Io.Put ("CONTENU: ");
if not (The_Node.S = null) then
Text_Io.Put_Line (The_Node.S.all);
end if;
Text_Io.Set_Col (C);
Text_Io.Put_Line ("FILS GAUCHE: ");
Text_Io.Set_Col (C);
Put_Node (The_Node.Left_Son);
Text_Io.Set_Col (C);
Text_Io.Put_Line ("FILS DROIT: ");
Text_Io.Set_Col (C);
Put_Node (The_Node.Right_Son);
Text_Io.Put_Line ("");
end if;
end Put_Node;
end Binary_Tree;
nblk1=2
nid=0
hdr6=4
[0x00] rec0=21 rec1=00 rec2=01 rec3=01c
[0x01] rec0=01 rec1=00 rec2=02 rec3=001
tail 0x21734186e84e165d68066 0x42a00088462060003