|
|
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 - metrics - downloadIndex: T V
Length: 581 (0x245)
Types: TextFile
Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13
└─⟦124ff5788⟧ »DATA«
└─⟦this⟧
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);