REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns TRUE if the values are not equal.
Arguments:
value1
value2
See also:
This word is provided as an op! for the not-equal? action!. Please consult the documentation of not-equal? for details.
print "abc" <> "abcd"
true
print [1 2 4] <> [1 2 3]
true
print 12-sep-98 <> 10:30
true
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |