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

⟦e74162257⟧ TextFile

    Length: 380 (0x17c)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

with Scene;
use Scene;
with Text_Io;
use Text_Io;  
with Intermediate_Code;

procedure Test_Scene is
    Ms : P_Scene;
    F : File_Type;
begin
    Intermediate_Code.Open ("test_projo2", In_File);
    Lire_Scene (Ms);
    Intermediate_Code.Close;
    Affiche_Scene (Ms);
    Put_Line ("fin de l'affichage");
    Jouer_Scene (Ms);
    Put_Line ("fin de la scene");

end Test_Scene;