DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T V ┃
Length: 534 (0x216) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
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;