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
Index: ┃ B T

⟦a1e88e3fe⟧ TextFile

    Length: 594 (0x252)
    Types: TextFile
    Names: »B«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦306851c02⟧ 
                └─⟦this⟧ 

TextFile

with Puz_Main;

with Xlbt_String;  
use Xlbt_String;

procedure Puzzle  
             (Display      : String  := "";           -- display to use
              Geometry     : String  := "";           -- window geometry
              Size         : String  := "";           -- "4x4" is default
              Speed        : Natural := 0;            -- speed of auto solve
              New_Colormap : Boolean := False) is     -- use new colors
begin  
    Puz_Main.Main (To_X_String (Display), To_X_String (Geometry),  
                   Size, Speed, New_Colormap);  
end Puzzle;  
pragma Main;