|
|
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: 647 (0x287)
Types: TextFile
Names: »B«
└─⟦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 Commands;
procedure Answer (User : String := "@"; Session : String := "@") is
-- This command will answer a user that is phoning you
--
-- If the default user is selected, this command will answer any user
-- that is phoning. Otherwise an attempt is made to answer a call from
-- the specified user.
--
-- Currently the session parameter has no effect.
-- All printable characters including Carriage returns are accepted.
-- The Delete or Backspace key will remove the last character typed
-- Control-C will terminate the call whether or not you were the
-- initiator of the call or not
begin
Commands.Answer (User, Session);
end Answer;