We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Given an expression with a trailing, right-associative operator, the operator may be evaluated incorrectly.
When using the SimpleBooleanEvaluator, an expression like true! resolves to false, but I believe it should result in a syntax error.
SimpleBooleanEvaluator
true!
false