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

⟦32ab847f3⟧ TextFile

    Length: 1034 (0x40a)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

with Worm_Main;

with Xlbt_Arithmetic;  
use Xlbt_Arithmetic;  
with Xlbt_String;  
use Xlbt_String;

procedure Worms (Display       : String   := "";  
                 Geometry      : String   := "";  
                 Length        : Natural  := 50;  
                 Size          : Positive := 2;  
                 Number        : Positive := 64;  
                 Screen_Saver  : Boolean  := False;  
                 Rotate_Colors : Boolean  := False;  
                 Chromo_Colors : Boolean  := False) is  
begin

    Worm_Main.Main (Display       => To_X_String (Str7 => Display),  
                    Geometry      => To_X_String (Str7 => Geometry),  
                    Length        => S_Natural (Length),  
                    Size          => S_Positive (Size),  
                    Number        => S_Positive (Number),  
                    Screen_Saver  => Screen_Saver,  
                    Rotate_Colors => Rotate_Colors,  
                    Chromo_Colors => Chromo_Colors);

end Worms;  
pragma Main;