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

⟦44d658b79⟧ TextFile

    Length: 311 (0x137)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

with Parser;
with Nodes;
with Symbol;
with Text_Io;
procedure Test_Parser is
    Pt : Nodes.Pnode;
    N : Natural := 0;
    Chaine : String (1 .. 50);
begin
    Text_Io.Put ("Entrer le nom du fichier a jouer : ");
    Text_Io.Get_Line (Chaine, N);
    Parser.Parse_File (Chaine (1 .. N), Pt);
end Test_Parser;