|
|
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: 3609 (0xe19)
Types: TextFile
Names: »B«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
└─⟦0c20f784e⟧ »DATA«
└─⟦1abbe589f⟧
└─⟦49e7f20b9⟧
└─⟦this⟧
with Xlbt_Proc_Var;
use Xlbt_Proc_Var;
with Xlbt_String;
use Xlbt_String;
with Test_Io;
use Test_Io;
with Exe_100;
use Exe_100;
package body Exe_207_Pk is
------------------------------------------------------------------------------
-- Test Procedure Variables - for functions returning constrained types
------------------------------------------------------------------------------
--\f
package Test_Constrained_String_Type is
procedure Zot;
end Test_Constrained_String_Type;
package body Test_Constrained_String_Type is
package Constrained_String_Type_Test_Func_In is
new Test_Func_In (Constrained_String_Type, Constrained_String_Type,
Value, Value, Value, Value);
package Constrained_String_Type_Test_Func_In_X_String is
new Test_Func_In_X_String (Constrained_String_Type, Value, Value);
package Constrained_String_Type_Test_Func_In_In_In_X_String is
new Test_Func_In_In_In_X_String
(Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Value,
Value, Value, Value, Value, Value);
package Constrained_String_Type_Test_Func_In_In_In is
new Test_Func_In_In_In (Constrained_String_Type,
Constrained_String_Type,
Constrained_String_Type,
Constrained_String_Type,
Value, Value, Value, Value,
Value, Value, Value, Value);
package Constrained_String_Type_Test_Func_In5 is
new Test_Func_In5 (Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Constrained_String_Type,
Value, Value, Value, Value, Value, Value,
Value, Value, Value, Value, Value, Value);
package Constrained_String_Type_Test_Func_In10 is
new Test_Func_In10 (Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Constrained_String_Type,
Constrained_String_Type, Value, Value, Value,
Value, Value, Value, Value, Value, Value, Value,
Value, Value, Value, Value, Value, Value,
Value, Value, Value, Value, Value, Value);
procedure Zot is
begin
Constrained_String_Type_Test_Func_In.Zot;
Constrained_String_Type_Test_Func_In_X_String.Zot;
Constrained_String_Type_Test_Func_In_In_In_X_String.Zot;
Constrained_String_Type_Test_Func_In_In_In.Zot;
Constrained_String_Type_Test_Func_In5.Zot;
Constrained_String_Type_Test_Func_In10.Zot;
end Zot;
end Test_Constrained_String_Type;
--\f
procedure Test_Procedure_Variable is
begin
Test_Constrained_String_Type.Zot;
Put_Line ("Exe_207 is done.");
end Test_Procedure_Variable;
end Exe_207_Pk;