|
|
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: 2048 (0x800)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Mots, seg_043eb8
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦this⟧
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;
nblk1=1
nid=0
hdr6=2
[0x00] rec0=23 rec1=00 rec2=01 rec3=000
tail 0x2153f74cc863c57fd009e 0x42a00088462060003