Rebol Programming/!=

USAGE:

edit
value1 != value2 

DESCRIPTION:

edit

Returns TRUE if the values are not equal.

!= is an op value.

ARGUMENTS

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