DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦5f8f6730b⟧ TextFile

    Length: 432 (0x1b0)
    Types: TextFile
    Names: »B«

Derivation

└─⟦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⟧ 

TextFile

with Etat, Nombre, Point;
use Etat, Nombre, Point;

package body Bench_Facts is

    procedure Create is
        Un_Etat   : Etat.Object;
        Un_Nombre : Nombre.Object;
    begin
        Un_Etat   := Etat.Add (With_Value => 0);
        Un_Nombre := Nombre.Add (With_Value => 0);
    end Create;


    procedure Delete is
    begin
        Etat.Clean;
        Nombre.Clean;
        Point.Clean;
    end Delete;


end Bench_Facts;