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 - downloadIndex: ┃ B T ┃
Length: 3897 (0xf39) 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_109_Pk is ------------------------------------------------------------------------------ -- Test Procedure Variables - for Procedure types ------------------------------------------------------------------------------ --\f package Test_Unconstrained_String_Type is procedure Zot; end Test_Unconstrained_String_Type; package body Test_Unconstrained_String_Type is Arg1 : Unconstrained_String_Type (1 .. 10); Arg2 : Unconstrained_String_Type (1 .. 10); Arg3 : Unconstrained_String_Type (1 .. 4); package Unconstrained_String_Type_Test_Proc_Inout is new Test_Proc_Inout (Unconstrained_String_Type, Arg1); package Unconstrained_String_Type_Test_Proc_In is new Test_Proc_In (Unconstrained_String_Type); package Unconstrained_String_Type_Test_Proc_In_In is new Test_Proc_In_In (Unconstrained_String_Type, Unconstrained_String_Type); package Unconstrained_String_Type_Test_Proc_In_In_In is new Test_Proc_In_In_In (Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type); package Unconstrained_String_Type_Test_Proc_In_In_In_In is new Test_Proc_In_In_In_In (Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type); package Unconstrained_String_Type_Test_Proc_In10 is new Test_Proc_In10 (Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type); package Unconstrained_String_Type_Test_Proc_In_In_In_Out_Out is new Test_Proc_In_In_In_Out_Out (Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Arg1, Arg2); package Unconstrained_String_Type_Test_Proc_In_In_Out_Out is new Test_Proc_In_In_Out_Out (Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Unconstrained_String_Type, Arg1, Arg2); procedure Zot is begin Unconstrained_String_Type_Test_Proc_Inout.Zot; Unconstrained_String_Type_Test_Proc_In.Zot; Unconstrained_String_Type_Test_Proc_In_In.Zot; Unconstrained_String_Type_Test_Proc_In_In_In.Zot; Unconstrained_String_Type_Test_Proc_In_In_In_In.Zot; Unconstrained_String_Type_Test_Proc_In10.Zot; Unconstrained_String_Type_Test_Proc_In_In_In_Out_Out.Zot; Unconstrained_String_Type_Test_Proc_In_In_Out_Out.Zot; end Zot; end Test_Unconstrained_String_Type; --\f procedure Test_Procedure_Variable is begin Test_Unconstrained_String_Type.Zot; Put_Line ("Exe_109 is done."); end Test_Procedure_Variable; end Exe_109_Pk;