|
|
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 - metrics - downloadIndex: B T
Length: 590 (0x24e)
Types: TextFile
Names: »B«
└─⟦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⟧
with Remote_Global;
use Remote_Global;
package body Dynamic_Array_Package_3 is
procedure Proc_Control is
begin
Global := Global + A_One;
Local_Array.Inside_Array (Global) := Global;
Remote;
Global := Local_Array.Inside_Array (Global);
end Proc_Control;
procedure Proc_Test is
Proc_Array : Dynamic_Record (Dynamic_Size);
begin
Global := Global + A_One;
Proc_Array.Inside_Array (Global) := Global;
Remote;
Global := Proc_Array.Inside_Array (Global);
end Proc_Test;
end Dynamic_Array_Package_3;