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

⟦e88a88204⟧ TextFile

    Length: 1138 (0x472)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

separate (Motor)
procedure Ouvrir_Menu (Menu_Window : in out Window_Io.File_Type) is  
begin  
    Window_Io.Create (Menu_Window, Window_Io.Out_File,
                      "Menu (J-M. Batto - O. Pichot - O. Kreim)");
    Window_Io.Bell (Menu_Window);
    Window_Io.Insert
       (Menu_Window,
        "----------------------------------- Moteur ----------------------------------- ");
    Window_Io.New_Line (Menu_Window, 3);
    Window_Io.Insert (Menu_Window, "Tapez :");
    Window_Io.New_Line (Menu_Window, 2);
    Window_Io.Insert
       (Menu_Window,
        "         'D' (Debut) : Ouvre le fichier d'entree. Le spectacle peut commencer.");
    Window_Io.New_Line (Menu_Window, 1);
    Window_Io.Insert (Menu_Window,
                      "         'J' (Jouer) : Le spectacle s'anime.");
    Window_Io.New_Line (Menu_Window, 1);
    Window_Io.Insert
       (Menu_Window,
        "         'P' (Pause) : Met le spectacle en attente. 'J' relance le spectacle.");
    Window_Io.New_Line (Menu_Window, 1);
    Window_Io.Insert (Menu_Window,
                      "         'S' (Stop)  : Arret total du spectacle.");  
end Ouvrir_Menu;