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 - downloadIndex: ┃ B T ┃
Length: 614 (0x266) Types: TextFile Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
with Aire; with F_Io; with Text_Io; procedure Mon_Aire is Mon_Cercle : Aire.Objet (Aire.Cercle); Mon_Carre : Aire.Objet (Aire.Carre); Mon_Rectangle : Aire.Objet (Aire.Rectangle); begin Mon_Cercle.Rayon := 2.0; Mon_Carre.Cote := 10.0; Mon_Rectangle.Longueur := 5.5; Mon_Rectangle.Largeur := 2.2; F_Io.Put (Aire.Aire (Mon_Cercle), Aft => 3, Fore => 2, Exp => 0); Text_Io.New_Line; F_Io.Put (Aire.Aire (Mon_Carre), Aft => 3, Fore => 2, Exp => 0); Text_Io.New_Line; F_Io.Put (Aire.Aire (Mon_Rectangle), Aft => 3, Fore => 2, Exp => 0); Text_Io.New_Line; end Mon_Aire;