|
|
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: 380 (0x17c)
Types: TextFile
Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
└─⟦129cab021⟧ »DATA«
└─⟦this⟧
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;