|
|
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 - download
Length: 510 (0x1fe)
Types: TextFile
Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
with Motor;
procedure Test_Moteur_En_Ecriture is
begin
Motor.Ouvrir ("Fichier_Test_Moteur");
Motor.Inserer_Un_Evenement (10, 5, 6, 111, 222);
Motor.Inserer_Un_Evenement (0, 22, 9, 14, 0);
Motor.Inserer_Un_Evenement (20, 9, 89, 15, 896);
Motor.Inserer_Un_Evenement (30, 90, 8, 1, 64);
Motor.Inserer_Un_Evenement (0, 20, 99, 1234, 8964);
Motor.Inserer_Un_Evenement (0, 1, 8, 1, 1);
Motor.Inserer_Un_Evenement (5, 99, 56, 891, 604);
Motor.Fermer;
end Test_Moteur_En_Ecriture;