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.

ARGUMENTSEdit

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