|
|
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: 579 (0x243)
Types: TextFile
Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
with Etape;
procedure Test_Etape is
Met : Etape.P_Etape;
A : Etape.Action;
begin
A.La_Valeur := 40;
A.La_Transition := 45;
Etape.Ajouter_Etape (Met, 3, A);
A.La_Valeur := 20;
A.La_Transition := 25;
Etape.Ajouter_Etape (Met, 2, A);
A.La_Valeur := 50;
Etape.Ajouter_Etape (Met, 5, A);
A.La_Valeur := 30;
Etape.Ajouter_Etape (Met, 4, A);
A.La_Valeur := 10;
Etape.Ajouter_Etape (Met, 1, A);
A.La_Valeur := 60;
A.La_Transition := 65;
Etape.Ajouter_Etape (Met, 6, A);
Etape.Affiche_Etape (Met);
end Test_Etape;