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

⟦4967c89f9⟧ TextFile

    Length: 801 (0x321)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

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;