|
|
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: B T
Length: 574 (0x23e)
Types: TextFile
Names: »B«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
└─⟦0c20f784e⟧ »DATA«
└─⟦1abbe589f⟧
└─⟦ada0be243⟧
└─⟦this⟧
separate (Xev_Main)
procedure Put (Mask : X_Keyboard_As_Bits_Short) is
First : Boolean := True;
begin
Text_Io.Put ('(');
for I in Mask'Range loop
if Mask (I) then
if not First then
Text_Io.Put (',');
else
First := False;
end if;
declare
Name : constant String := S_Natural'Image (I);
begin
Text_Io.Put (Name);
end;
end if;
end loop;
Text_Io.Put (')');
end Put;