We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
STRICT-NOT-EQUAL? value1 value2
Returns TRUE if the values are not strictly equal.
STRICT-NOT-EQUAL? is a native value.
#SOURCE
strict-not-equal?: make native! [ [ "Returns TRUE if the values are not strictly equal." value1 [any-type!] value2 [any-type!] ] ]