Command: xor

NEST HelpDesk Command Index NEST Quick Reference
Name:
xor - logical xor operator.
Synopsis:
bool1 bool2 xor -> bool
Examples:
true false xor -> true
true true xor -> false
false false xor -> false
Description:
For booleans, xor returns true, if either,
but not both of the arguments are true and false
otherwise.
SeeAlso:
Source:
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slimath.cc
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative