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