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

⟦6b3ae2535⟧ TextFile

    Length: 485 (0x1e5)
    Types: TextFile
    Names: »V«

Derivation

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

TextFile

with New_Ball, New_Box, New_Sticker;

package Bbs_Tests is
    function Pack_It_Test (The_Ball    : New_Ball.Object;
                           The_Box     : New_Box.Object;
                           The_Sticker : New_Sticker.Object) return Boolean;
    function Sticker_Lack_Test (The_Ball : New_Ball.Object) return Boolean;
    function Box_Lack_Test (The_Ball : New_Ball.Object) return Boolean;
    function Too_Big_Test (The_Ball : New_Ball.Object) return Boolean;

end Bbs_Tests;