User Tools

Site Tools


crpl:docs:xor

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Logical Operators

xor

ArgumentsResultNotation
Two items on the stackThe conditional NOR of the two arguments b1 b2 – b3

Description

Pops two items from the stack, treats them as boolean values, 'xors' them, and pushes 0 or 1 back to the stack.

Examples

example goes here
crpl/docs/xor.1358489411.txt.gz · Last modified: 2014/10/01 15:02 (external edit)