DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦0e826a8e5⟧ TextFile

    Length: 483 (0x1e3)
    Types: TextFile
    Names: »V«

Derivation

└─⟦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⟧ 

TextFile

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;