|
|
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 - downloadIndex: B T
Length: 531 (0x213)
Types: TextFile
Names: »B«
└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
└─⟦5cb1d1d7f⟧ »DATA«
└─⟦3b1ee7bd8⟧
└─⟦this⟧
package body Originals is
procedure Put (B : Block) is
S : String (1 .. Word'Length);
begin
Put ("First = ");
Put (B.First);
for N in 1 .. Word'Length loop
if B.Second (N) = 0 then
S (N) := '0';
else
S (N) := '1';
end if;
end loop;
Put (", Second = ");
Put (S);
Put (", Third = ");
Put (B.Third);
Put_Line (".");
end Put;
end Originals;
-- Define the derived types: