|
|
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 - download
Length: 470 (0x1d6)
Types: TextFile
Names: »B«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
└─⟦124ff5788⟧ »DATA«
└─⟦this⟧
└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
└─⟦6f12a12be⟧ »DATA«
└─⟦this⟧
with Etat_D, Nombre_D, Point_D;
use Etat_D, Nombre_D, Point_D;
package body Bench_Facts_D is
procedure Create is
Un_Etat_D : Etat_D.Object;
Un_Nombre_D : Nombre_D.Object;
begin
Un_Etat_D := Etat_D.Add (With_Value => 0);
Un_Nombre_D := Nombre_D.Add (With_Value => 0);
end Create;
procedure Delete is
begin
Etat_D.Clean;
Nombre_D.Clean;
Point_D.Clean;
end Delete;
end Bench_Facts_D;