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: ┃ L T ┃
Length: 639 (0x27f) Types: TextFile Names: »L«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦this⟧
function Premiss return Fact_Base.Queries is begin return (Balls.Exist ((Size => Define_As (S), Colour => Define_As (C), Place => Is_Equal (On_Heap))), Boxes.Exist ((Colour => Is_Equal (C), Size => Define_As (T) and Is_Greater (Value (S) + Value (10)), State => Is_Equal (Free))), Boxes.Absent ((Colour => Is_Equal (C), Size => Is_Less (T) and Is_Greater (S), State => Is_Equal (Free)))); end Premiss;