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
Index: T V

⟦b11189600⟧ TextFile

    Length: 558 (0x22e)
    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

with Window_Io;
with New_Keys;
generic
    type Lines is private;
    type Lines_Iterator is private;

    with function Initialize (The_Lines : Lines) return Lines_Iterator;
    with function Value (Iter : Lines_Iterator) return String;
    with function Done (Iter : Lines_Iterator) return Boolean;
    with procedure Next (Iter : in out Lines_Iterator);

    Quit_Key : New_Keys.Key_Type;

procedure More_Display (Output_Window : Window_Io.File_Type;
                        Input_Window : Window_Io.File_Type;
                        The_Lines : Lines);