question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unequality (operator != or <>) is missing

See original GitHub issue
ask {
    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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
mhagmajercommented, Jul 6, 2020

@czerwinskilukasz1 let’s just create notEquals resource for now and then simplify it later on

1reaction
mhagmajercommented, Jul 1, 2020
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found