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

⟦afb741c51⟧ TextFile

    Length: 481 (0x1e1)
    Types: TextFile
    Names: »B«

Derivation

└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦this⟧ 

TextFile

separate (Symbol_Table)
package body Symbol is
    function Image (Of_The_Object : Object) return String is  
    begin
        return Bounded_String.Image (Of_The_Object.The_Name);
    end Image;


    function Make (With_The_String : String; Of_Type : Symbol_Type)
                  return Object is
        Result : Object := ("", No_Type);
    begin
        Bounded_String.Copy (Result.The_Name, With_The_String);
        Result.The_Type := Of_Type;
    end Make;
end Symbol;