DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦b7b3426b3⟧ TextFile

    Length: 634 (0x27a)
    Types: TextFile
    Names: »B«

Derivation

└─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16
    └─ ⟦6f12a12be⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Frame_Examples, Slot, Slot_Examples;

function Find_The_Ad_Hoc_Ball return Ball.Object is
    use Frame_Examples, Ball_Features, Ball, Slot.Operators, Slot_Examples;
    function Predicate (The_Ball : Ball.Object) return Boolean is
    begin
        return (Frame_Examples.Ball.Value_Of (The_Ball, Size) =
                Slot.Value (10) and
                Frame_Examples.Ball.Value_Of (The_Ball, Place) = In_The_Heap) or
               Frame_Examples.Ball.Value_Of (The_Ball, Colour) = Colours.Red;
    end Predicate;
    function Found is new Frame_Examples.Ball.Generic_Find;
begin
    return Found;
end Find_The_Ad_Hoc_Ball;