|
|
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 - metrics - downloadIndex: B T
Length: 1408 (0x580)
Types: TextFile
Names: »B«
└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
└─⟦0c20f784e⟧ »DATA«
└─⟦1abbe589f⟧
└─⟦306851c02⟧
└─⟦this⟧
with Debug;
with Ico_Main;
with Xlbt_Arithmetic;
use Xlbt_Arithmetic;
with Xlbt_String;
use Xlbt_String;
procedure Ico
(Display : String := ""; -- host:display
Object : String := "ICO"; -- object to draw
Edges : Boolean := True; -- draw obj edges
Faces : Boolean := False; -- draw obj faces
Geometry : String := ""; -- geometry to use
Invert : Boolean := False; -- invert video
Colors : String := ""; -- "red,blue,green"
Dashes : 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) is
begin
Ico_Main.Main (To_X_String (Display),
Object,
Edges,
Faces,
To_X_String (Geometry),
Invert,
To_X_String (Colors),
S_Natural (Dashes),
Sleep,
Double_Buffer,
Use_Root,
Help_Printout);
end Ico;
pragma Main;