Command: xor

NEST HelpDesk Command Index NEST Quick Reference

Name:
 xor - logical xor operator.
Synopsis:
 bool1 bool2 xor -> bool

Description:
 For booleans, xor returns true, if either,
             but not both of the arguments are true and false
	     otherwise.

Examples:
 true  false xor -> true
          true  true  xor -> false
          false false xor -> false
SeeAlso:and or not
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slimath.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative