Rebol Programming/==

USAGE:

edit
value1 == value2 

DESCRIPTION:

edit

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

== is an op value.

ARGUMENTS

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