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: 801 (0x321) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
with Bounded_String, Scanner; package Message is package Message renames Bounded_String; subtype Selector is Scanner.B_String; function Void_Selector return Selector; procedure Cat (Multiple_Selector : in out Selector; A_Selector : Selector) renames Bounded_String.Append; procedure Copy (A_Selector : in out Selector; A_String : String) renames Bounded_String.Copy; function Image (Multiple_Selector : Selector) return String renames Bounded_String.Image; function Format (Multiple_Selector : Selector) return String; function Is_Keyword (Multiple_Selector : Selector) return Boolean; procedure Extract_Keyword (Multiple_Selector : in out Selector; A_Selector : in out Selector); end Message;