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 - metrics - download
Index: B T

⟦3b0e9d7e3⟧ TextFile

    Length: 559 (0x22f)
    Types: TextFile
    Names: »B«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

with Remote_Global;
use Remote_Global;
package body Dynamic_Array_Package_2 is

    procedure Proc_Control is
    begin
        Global := Global + A_One;
        Local_Array (Global) := Global;
        Remote;
        Global := Local_Array (Global);
    end Proc_Control;

    procedure Proc_Test is
        Proc_Array : Dynamic_Array (1 .. Dynamic_Size) := (others => 1);
    begin
        Global := Global + A_One;
        Proc_Array (Global) := Global;
        Remote;
        Global := Proc_Array (Global);
    end Proc_Test;

end Dynamic_Array_Package_2;