Open Peter4Git opened 5 years ago
I could also use an answer for this. I guess it is because of the same reason: I need to use Excel-like syntax. or(true,false)
instead of true or false
I believe somebody has added support for overloading AND/OR and there is an active pull request on it.
I treid to overload the 'And' Operator in MyClass (C#). Flee gives me the following Exception:
"AndOrElement: Operation 'And' is not defined for types 'MyClass' and 'MyClass'"
Overloading the '+' and'-' Operator works well.
how can I overload the 'AND' 'OR' Operators in an C# Class ?