DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦8244e479f⟧ TextFile

    Length: 1567 (0x61f)
    Types: TextFile
    Notes: R1k Text-file segment

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦ff1bcab8e⟧ 
            └─⟦this⟧ 

TextFile

                    when Filtre_D_Entree.Termine_Ligne =>

                    Text_Io.Put_Line ("          Fin de chaine");

                    if Word_Len > 0 then  
                        Num_Of_Words := Num_Of_Words + 1;
                        Nos_Chaines.Copy
                           (Table_Of_Word (Num_Of_Words), Tmp1_Word);
                        Nos_Chaines.Copy (Debug_Tab (Num_Of_Words), Tmp1_Word);


                        Text_Io.Put_Line (" ");
                        Text_Io.Put_Line ("Mot recuperer : " &
                                          Nos_Chaines.String_Value
                                             (Debug_Tab (Num_Of_Words)));

                        -- Nos_Chaines.free (Tmp1_Word);
                        -- Nos_Chaines.free (Tmp_Word);
                        Number_Of_Words := Num_Of_Words;
                        Word_Len := 0;

                        Text_Io.Put (" Valeur de numwords : ");
                        Entier.Put (Num_Of_Words);
                        Text_Io.Put_Line (" ");
                        Text_Io.Put_Line ("Mot recuperer : " &
                                          Nos_Chaines.String_Value
                                             (Debug_Tab (Num_Of_Words)));
                    else
                        Number_Of_Words := Num_Of_Words;
                        if not Existe_Instruction then
                            Table_Of_Word (1) :=
                               Nos_Chaines.Unbounded_Value ("nothing");
                        end if;
                    end if;