|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 838 (0x346)
Types: TextFile
Names: »V«
└─⟦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⟧
with Window_Io;
package New_Keys is
subtype Key_Type is Window_Io.Raw.Key;
subtype Simple_Key is Window_Io.Raw.Simple_Key;
Delete_Char_Backward : Key_Type;
Promote : Key_Type;
Window : Key_Type;
C_M_Up : Key_Type;
C_M_Down : Key_Type;
Up : Key_Type;
Down : Key_Type;
Left : Key_Type;
Right : Key_Type;
Enter : Key_Type;
Begin_Of : Key_Type;
Definition : Key_Type;
User_Interrupt : Key_Type;
subtype Printable_Characters is Character range ' ' .. '~';
Characters : array (Printable_Characters) of Key_Type;
function Is_Alphabet_Key (K : Key_Type) return Boolean;
function Is_Numeric_Arg_Key (K : Key_Type) return Boolean;
subtype Numeric_Arg is Integer range 0 .. 9;
function Numeric_Value (K : Key_Type) return Numeric_Arg;
end New_Keys;