|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 675 (0x2a3)
Types: TextFile
Notes: R1k Text-file segment
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
└─⟦5a81ac88f⟧ »Space Info Vol 1«
└─⟦1ef393c0b⟧
└─⟦this⟧
with text_io; use text_io;
package body expertSystem is
package entier_io is new integer_io(integer);
procedure put( anInteger : integer) is
begin
entier_io.put( anInteger);
end put;
package body collection is separate;
package body classIdentity is separate;
package body classBehavior is separate;
package body tuple is separate;
package body tupleCollection is separate;
package body ruleManager is separate;
package body nothing is separate;
package body debugger is separate;
package body engine is separate;
package body motor is separate;
package body terminal is separate;
end ExpertSystem;