We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SAME? value1 value2
Returns TRUE if the values are identical.
SAME? is a native value.
#SOURCE
same?: make native! [ [ "Returns TRUE if the values are identical." value1 [any-type!] value2 [any-type!] ] ]