|
|
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 - download
Length: 483 (0x1e3)
Types: TextFile
Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦e24fb53b7⟧
└─⟦this⟧
with F_Kbs;
with Output_Stream;
with Slot;
package F_Frames is
type Factorial_Slots is (Number, Value, Message);
package Factorials is
new F_Kbs.Kbs.Fact_Base.Generic_Class (Class_Name => F_Kbs.Factorial,
Class_Size => 20,
Slot_Names => Factorial_Slots);
procedure Put (The_Fact : F_Kbs.Kbs.Fact_Name;
Where : Output_Stream.Object);
end F_Frames;