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.
EQUIV? value1 value2
Returns TRUE if the values are equivalent.
EQUIV? is a native value.
#SOURCE
equiv?: make native! [ [ "Returns TRUE if the values are equivalent." value1 [any-type!] value2 [any-type!] ] ]