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: ┃ T V ┃
Length: 1044 (0x414) Types: TextFile Names: »V«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
-- Messages Unaires : -- En_Texte -- Valeur -- Messages a Selecteurs : -- Tant_Que_Vrai: -- Tant_Que_Faux: -- Valeur: {Valeur:} -- Identifier {Identifier} with Object; with Message; with Block; package Class_Block is function Send (This_Message : Message.Keyword; To : Object.Reference) return Object.Reference; function Send (This_Message : Message.Binary; To : Object.Reference) return Object.Reference; function Send (This_Message : Message.Unary; To : Object.Reference) return Object.Reference; function Create (Node : Block.Node := Block.Empty_Node) return Object.Reference; function How_Many return Object.Index; procedure Put (An_Object : Object.Reference); private Last : Object.Index := 0; type Block_Descriptor is record Node : Block.Node := Block.Empty_Node; end record; Table : array (Object.Index range 1 .. Object.Max_Block) of Block_Descriptor; end Class_Block;