Don't click here unless you want to be banned.

LSL Wiki : xor

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ia360925.us.archive.org
This page has been depricated, please replace all links to this page with links to the Bitwise page.

XOR


Stands for eXclusive OR. Also called an exclusive disjunction. The operation returns TRUE when one, and only one, of its operands is TRUE.

Foo Bar Result:
FALSE FALSE FALSE
TRUE FALSE TRUE
FALSE TRUE TRUE
TRUE TRUE FALSE

See llXorBase64Strings.

The correct pronounciation of XOR is "ex-or", not "zor".


BooleanLogic / Bitwise
There is no comment on this page. [Display comments/form]