Scalar operators
This commit is contained in:
@@ -9,10 +9,6 @@ uses
|
||||
Myc.Data.Value;
|
||||
|
||||
type
|
||||
// Operators and helpers
|
||||
TBinaryOperator = (boAdd, boSubtract, boMultiply, boDivide, boEqual, boNotEqual, boLess, boGreater, boLessOrEqual, boGreaterOrEqual);
|
||||
TUnaryOperator = (uoNegate, uoNot);
|
||||
|
||||
TBinaryOperatorHelper = record helper for TBinaryOperator
|
||||
function ToString: string;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user