DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦89abad1c7⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Avance, seg_0279a0

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



package Avance is
    type Nom_De_Mois is (Janvier, Fevrier, Mars, Avril, Mai, Juin, Juillet,
                         Aout, Septembre, Octobre, Novembre, Decembre);
    type Date is
        record
            Jour : Integer range 1 .. 31;
            Mois : Nom_De_Mois;
            Annee : Integer range 1900 .. 2100;
        end record;
    type Genre is (Masculin, Feminin, Neutre);
    type Personne (Sexe : Genre := Neutre) is
        record
            Naissance : Date;
            case Sexe is
                when Masculin =>
                    Barbe : Boolean;
                when Feminin =>
                    Enfants : Integer range 1 .. 100;
                when Neutre =>
                    null;
            end case;
        end record;
    Erreur_Rasage, Erreur_Neutre : exception;
    subtype Homme is Personne (Masculin);
    subtype Femme is Personne (Feminin);
    subtype Mutant is Personne;
    procedure Raser (Etre : in out Personne);
    procedure Steriliser (Etre : in out Personne);
end Avance;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=1c rec1=00 rec2=01 rec3=056
        [0x01] rec0=03 rec1=00 rec2=02 rec3=001
    tail 0x21721bebc83ac71ec0af2 0x42a00088462060003