23 lines
308 B
Markdown
23 lines
308 B
Markdown
------------------------------------------------------------------------
|
|
|
|
## ne
|
|
|
|
Basis Function
|
|
|
|
Not-Equal comparison of the two items on the top of the
|
|
stack, replacing them with a Boolean value.
|
|
|
|
a b ne
|
|
-------------
|
|
Boolean
|
|
(a = b)
|
|
|
|
### Crosslinks
|
|
|
|
[cmp]
|
|
[eq]
|
|
[ge]
|
|
[gt]
|
|
[le]
|
|
[lt]
|