DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦e77b12167⟧ TextFile

    Length: 770 (0x302)
    Types: TextFile
    Names: »B«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Motor;
procedure Test_Moteur_En_Ecrit_Actions is

begin
    Motor.Ouvrir ("Fichier_Test_Moteur");
    Motor.Inserer_Une_Action (10, 04, 020100);  
    Motor.Inserer_Une_Action (150, 04, 020000);
    -- Motor.Inserer_Une_Action (20, 89, 888888);
    -- Motor.Inserer_Une_Action (0, 12, 12345, 8);
    -- Motor.Inserer_Une_Action (10, 99, 654321, 1191);
    -- Motor.Inserer_Une_Action (0, 0, 320001, 1791);
    -- Motor.Inserer_Une_Action (15, 95, 056001, 1);
    -- Motor.Inserer_Une_Action (0, 22, 14, 99);
    -- Motor.Inserer_Une_Action (19, 89, 110056);
    -- Motor.Inserer_Une_Action (0, 12, 12345);
    -- Motor.Inserer_Une_Action (18, 99, 654321, 0);
    -- Motor.Inserer_Une_Action (7, 0, 320001, 1791);
    Motor.Fermer;
end Test_Moteur_En_Ecrit_Actions;