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

⟦b5dfe7612⟧ TextFile

    Length: 542 (0x21e)
    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;
package New_Keys is

    package Raw renames Window_Io.Raw;

    subtype Key_Type is Raw.Key;

    Up : Key_Type;
    Down : Key_Type;
    Left : Key_Type;
    Right : Key_Type;

    Promote : Key_Type;
    Enter : Key_Type;
    User_Interrupt : Key_Type;

    Quit : Key_Type;
    Step_Forward : Key_Type;
    Step_Backward : Key_Type;
    Step_Many : Key_Type;
    Step_Exact : Key_Type;
    Menu_Select : Key_Type;
    Select_Script : Key_Type;
    function Is_Alphabet_Key (K : Key_Type) return Boolean;

end New_Keys;