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 - metrics - download

⟦86966bcee⟧ TextFile

    Length: 403 (0x193)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

package Split_Window is

    task Window_Manager is
        entry Create;
        entry Delete;
        entry Write_To_Top (Message : String);
        entry Write_To_Top (Message : Character);
        entry Delete_Char_Top;
        entry Write_To_Bottom (Message : String);
        entry Write_To_Bottom (Message : Character);
        entry Delete_Char_Bottom;
    end Window_Manager;

end Split_Window;