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 - download

⟦2bb325c7c⟧ TextFile

    Length: 382 (0x17e)
    Types: TextFile
    Names: »B«

Derivation

└─⟦bfaa708f6⟧ Bits:30000531 8mm tape, Rational 1000, INSIGHT 1_3_0
    └─ ⟦c51948655⟧ »DATA« 
        └─⟦266b31e86⟧ 
            └─⟦this⟧ 

TextFile

with Weather;
with Stock;
with Modem_Communication;
with Airline_Reservations;
with Airline_Schedules;
with Client;
with Message_Types;
with Message;
with Network;
with Message_Dispatch;

package body Command_Processing is
    procedure Start is
    begin
        [statement]
    end Start;


    procedure Stop is
    begin
        [statement]
    end Stop;
end Command_Processing;