Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   NOT-EQUAL? value1 value2

DESCRIPTION

Returns TRUE if the values are not equal.

NOT-EQUAL? is a native value.

ARGUMENTS

  • value1 (any-type!)
  • value2 (any-type!)

#SOURCE

not-equal?: make native! [  [
    "Returns TRUE if the values are not equal."
    value1 [any-type!]
    value2 [any-type!]
] ]

Clone this wiki locally