We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Unary negations are not allowed by the grammar. I.e. this expression is incorrect: ?x = -($a + $b). We'd like to add this unary operation.
?x = -($a + $b)