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
Index: ┃ T V

⟦4109a0911⟧ TextFile

    Length: 535 (0x217)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Text_Io;
package Station_Identifier is
    type Object is new Integer;
    Default : constant Object := Object'Last;
    function Get_From_File (The_File : Text_Io.File_Type)
                           return Station_Identifier.Object;
    procedure Set_To_File (The_Object : Station_Identifier.Object;
                           The_File : Text_Io.File_Type);
    function Convert_To (From : String) return Station_Identifier.Object;
    procedure Set_To_Screen (The_Object : Station_Identifier.Object);

end Station_Identifier;