Closed rustbomber closed 5 years ago
Yes, it is possible to handle 'a=b' in the same way as 'a==b'. However, this may be undesired in some cases, and it is better to have special option to enable this behavior (only when needed).
Added LambdaParser.AllowSingleEqualSign
property to enable equal comparison with single sign.
Shipped in 1.0.9
Is great, thank you very much.
For example, a=b and a==b, the effect on both is the same.