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: 565 (0x235) Types: TextFile Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
package body Element_De_Tri is function Temps_Value (E : Object) return Duration is begin return E.Temps; end Temps_Value; function Contenu_Value (E : Object) return String is begin return E.Contenu (1 .. E.Size); end Contenu_Value; procedure Affecter (E : in out Object; T : Duration) is begin E.Temps := T; end Affecter; procedure Affecter (E : in out Object; A_File : Text_Io.File_Type) is begin Text_Io.Get_Line (A_File, E.Contenu, E.Size); end Affecter; end Element_De_Tri;