Doc-Saintly
Doc-Saintly
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`
The "=" is used as an Equality Comparison operator (==) to support expressions that use this by default. You could try to override the operator (see #54 for an example)....
So far, I have been able to do this: `context.Imports.AddType(typeof(String));` Then give an expression like: "TEST".Substring(0,2), the result is "TE"
I think I've made a fix for this. It's in a PR now.