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: B T

⟦b1dd1eabc⟧ TextFile

    Length: 855 (0x357)
    Types: TextFile
    Names: »B«

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

separate (Vt100)


procedure Tracker_Intro is
    ----------------------------------------------------------------------
    --|
    --|  NAME:  TRACKER_INTRO
    --|
    --|  OVERVIEW:
    --|    This procedure prints the TRACKER banner introduction on the
    --|    terminal screen.
    --|
    --|  EXCEPTIONS HANDLED:
    --|    none
    --|
    --|  HISTORY:
    --|    written by   May Lee   March 1985
    --|
    ----------------------------------------------------------------------
begin
    Clear_Screen;
    New_Line (6);
    Put_Line ("                    +-----------------------+ ");
    Put_Line ("                    |  T  R  A  C  K  E  R  | ");
    Put_Line ("                    +-----------------------+ ");
    New_Line;
    Put_Line ("                        Ada  Version 1.0 ");
    delay 1.0;
    Clear_Screen;
end Tracker_Intro;