unequality (operator != or <>) is missing
See original GitHub issueask {
if (2<>2) { return true}
}
results in:
Error: Unknown identifier '<>'!
The task is to implement unequality.
Some discussion is needed to decide whether we add !=
or rather <>
. Depends on discussion in https://github.com/xFAANG/askql/issues/295 .
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Equality (==) - JavaScript - MDN Web Docs
The equality (==) operator checks whether its two operands are equal, returning a Boolean result. Unlike the strict equality operator, ...
Read more >Comparison Operators | Couchbase Docs
If either operand in a comparison is MISSING, the result is MISSING. If either operand in a comparison is NULL, the result is...
Read more >An equal sign in an operator is missing from a parsed SQL ...
Fixes a problem in which an equal sign in an operator is missing when an SQL statement is parsed in Visual Studio 2008....
Read more >Missing Values - Julia Documentation
Standard equality and comparison operators follow the propagation rule presented above: if any of the operands is missing , the result is missing...
Read more >figuring out javascript equality operator - Stack Overflow
Now my question is, is this flowchart correct? or am I missing something? It's also my understanding that the identity operator (===) would...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@czerwinskilukasz1 let’s just create
notEquals
resource for now and then simplify it later on@czerwinskilukasz1 yes, sure