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

⟦2b42891c1⟧ TextFile

    Length: 612 (0x264)
    Types: TextFile
    Names: »B«

Derivation

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

TextFile

with Xload_Main;

with Xlbt_String;  
use Xlbt_String;

procedure Xload (Display    : String   := "";  
                 Geometry   : String   := "70x40";  
                 Which_Load : Natural  := 1;  
                 Interval   : Positive := 10;  
                 Levels     : Positive := 2;  
                 Font       : String   := "*cour*med*r*norm*--10*";  
                 Use_Dashes : Boolean  := False) is  
begin

    Xload_Main.Main (To_X_String (Display), To_X_String (Geometry), Which_Load,  
                     Interval, Levels, To_X_String (Font), Use_Dashes);

end Xload;  
pragma Main;