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

⟦849759138⟧ TextFile

    Length: 285 (0x11d)
    Types: TextFile
    Names: »B«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

package body Sfam_Units is

    function Complement (P : Pattern) return Pattern is
    begin
        return Pattern'Last - P;
    end Complement;

    function Multiply (P1, P2 : Pattern) return Pattern is
    begin
        return Pattern (P1 * P2);
    end Multiply;

end Sfam_Units;