REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: xor~

xor~  value1  value2

Returns the first value exclusive ORed with the second.

Arguments:

value1 [logic! integer! char! tuple! binary! bitset! typeset! datatype!]

value2 [logic! integer! char! tuple! binary! bitset! typeset! datatype!]

See also:

and~   or~  

Description

The trampoline action function for XOR operator.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin