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: ┃ T V

⟦b049658bd⟧ TextFile

    Length: 1044 (0x414)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

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

package Ico_Main is

    procedure Main  
                 (Display       : X_String  := "";       -- host:display
                  Object        : String    := "ICO";    -- object to draw
                  Edges         : Boolean   := True;     -- draw obj edges
                  Faces         : Boolean   := False;    -- draw obj faces
                  Geometry      : X_String  := "";       -- geometry to use
                  Invert        : Boolean   := False;    -- invert video
                  Colors        : X_String  := "";       -- "red,blue,green"
                  Dashes        : S_Natural := 0;      -- dash geometry
                  Sleep         : Duration  := 0.0;      -- pause between draws
                  Double_Buffer : Boolean   := False;    -- double buffer
                  Use_Root      : Boolean   := False;    -- draw upon root
                  Help_Printout : Boolean   := False);   -- print obj names

end Ico_Main;