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

⟦09699eb86⟧ TextFile

    Length: 408 (0x198)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

with Bounded_String;

package Lindenmayer is
    subtype Lindenmayer_String is Bounded_String.Variable_String (8000);

    procedure Croissance (In_String : in Lindenmayer_String;
                          Out_String : out Lindenmayer_String);
    procedure Interprete (In_String : in Lindenmayer_String);
    procedure Ecrit (Str : String);
    procedure File_Begin;
    procedure File_End;
end Lindenmayer;