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: ┃ T V

⟦eb7520a98⟧ TextFile

    Length: 581 (0x245)
    Types: TextFile
    Names: »V«

Derivation

└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
    └─ ⟦124ff5788⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Generic_Expression;
with Default_User_Operators;
with System_Operators;
package Expression is
   new Generic_Expression
          (Max_Expression_Count     => 500,
           System_Defined_Operators => System_Operators.Operators,
           System_Defined_Match     => System_Operators.Match,
           System_Defined_Evaluate  => System_Operators.Evaluate,
           User_Defined_Operators   => Default_User_Operators.Operators,
           User_Defined_Match       => Default_User_Operators.Match,
           User_Defined_Evaluate    => Default_User_Operators.Evaluate);