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 - download
Length: 285 (0x11d) Types: TextFile Names: »B«
└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦this⟧
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;