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

⟦bd213dc85⟧ TextFile

    Length: 776 (0x308)
    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

with Lines;
function Yeild1 return Lines.Lines_Type is

    My_Lines : Lines.Lines_Type := Lines.Make;
begin
    Lines.Add ("-- AUTHOR: Blipo Bottombly", My_Lines);
    Lines.Add ("--", My_Lines);
    Lines.Add ("-- DATE: January 14, 1986", My_Lines);
    Lines.Add ("--", My_Lines);
    Lines.Add ("-- FUNCTIONAL UNIT: Database", My_Lines);
    Lines.Add ("--", My_Lines);
    Lines.Add ("-- DESCRIPTION: This is intended as an example", My_Lines);
    Lines.Add ("--              of a multi-line structured", My_Lines);
    Lines.Add ("--              comment. It does not need", My_Lines);
    Lines.Add ("--                  to be aligned in", My_Lines);
    Lines.Add ("--            any way.", My_Lines);
    Lines.Add ("--", My_Lines);

    return My_Lines;
end Yeild1;