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 - downloadIndex: ┃ B T ┃
Length: 536 (0x218) Types: TextFile Names: »B«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00 └─ ⟦0c20f784e⟧ »DATA« └─⟦1abbe589f⟧ └─⟦306851c02⟧ └─⟦this⟧
with Mch_Main; with Xlbt_Arithmetic; use Xlbt_Arithmetic; with Xlbt_String; use Xlbt_String; procedure Muncher (Display : String := ""; Geometry : String := ""; Use_Root : Boolean := False; Muncher_Seed : Natural := 0; Verbose_Mode : Boolean := False) is begin Mch_Main.Main (To_X_String (Display), To_X_String (Geometry), Use_Root, S_Long (Muncher_Seed), Verbose_Mode); end Muncher; pragma Main;