DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦4d952156c⟧ Ada Source

    Length: 3072 (0xc00)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Constant_String, seg_0120a9

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with Text_Io;
package Constant_String is
    type Object is private;
    Null_Object : constant Object;
    function Value
                (S : String)
                return Constant_String.
                       Object; -- rend un objet existant ou cree un nouveau objet;
    function Image (C : Constant_String.Object) return String;

    package Operators is


        function "<" (Left, Right : Constant_String.Object) return Boolean;

        function ">" (Left, Right : Constant_String.Object) return Boolean;

        function "<=" (Left, Right : Constant_String.Object) return Boolean;

        function ">=" (Left, Right : Constant_String.Object) return Boolean;

    end Operators;
    Access_Error : exception;
private  
    type Access_String is access String;
    type String_Access;
    type Object is access String_Access;
    type String_Access is
        record
            Value : Access_String;
            Next : Object;
        end record;
    Null_Object : constant Object := null;


end Constant_String;

E3 Meta Data

    nblk1=2
    nid=0
    hdr6=4
        [0x00] rec0=21 rec1=00 rec2=01 rec3=010
        [0x01] rec0=05 rec1=00 rec2=02 rec3=000
    tail 0x2150d51ec82486a40ead4 0x42a00088462060003