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

⟦bb0fb9898⟧ Ada Source

    Length: 2048 (0x800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Mots, seg_043eb8

Derivation

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

E3 Source Code



package body Mots is

    procedure Creer (Le_Mot : out Mot; Avec_La_Valeur : in String) is
    begin
        Le_Mot := new String'(Avec_La_Valeur);
    end Creer;

    procedure Creer (Les_Mots : out Tableau; Avec_La_Valeur : in String) is
    begin
        for I in 1 .. 80 loop
            Les_Mots (I) := new String'(Avec_La_Valeur);
        end loop;
    end Creer;

    function Valeur (Du_Mot : in Mot) return String is
    begin
        return Du_Mot.all;
    end Valeur;

    function Valeur (Du_Mot : in Tableau; Index : in Natural) return String is
    begin
        return Du_Mot (Index).all;
    end Valeur;

    procedure Creer_Table (Table_Mots : in out Tableau;
                           Avec_La_Valeur : in String) is
    begin
        Nombre_Mots := Nombre_Mots + 1;
        Table_Mots (Nombre_Mots) := new String'(Avec_La_Valeur);
    end Creer_Table;

end Mots;

E3 Meta Data

    nblk1=1
    nid=0
    hdr6=2
        [0x00] rec0=23 rec1=00 rec2=01 rec3=000
    tail 0x2153f74cc863c57fd009e 0x42a00088462060003