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

⟦1538648eb⟧ TextFile

    Length: 497 (0x1f1)
    Types: TextFile
    Names: »B«

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 Slot;
use Slot;
package body F_Working_Memory is

    procedure Load_Initial is
    begin
        F_Frames.Factorials.Add ((F_Frames.Number  => Value (5),
                                  F_Frames.Value   => Undefined_Value,
                                  F_Frames.Message => Value (" ")));
    end Load_Initial;


    procedure Put_All is
    begin
        F_Kbs.Kbs.Fact_Base.Working_Memory.Default_Put
           (Output_Stream.Standard_Output);
    end Put_All;

end F_Working_Memory;