Rebol Programming/!==

USAGE:

edit
value1 !== value2 

DESCRIPTION:

edit

Returns TRUE if the values are not equal and not of the same datatype.

!== is an op value.

ARGUMENTS

edit
  • value1 -- (Type: any)
  • value2 -- (Type: any)