Atom - n
- Not Equal To (Vectorizes)
Characters: n
Arity: dyadic
This atom is dyadic, which means it takes two arguments.
Functionality
Return 1
if x != y
and 0
otherwise (vectorizes).
Synonyms
This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):
=´